NotificationManager -> Separate notification update from its render to reduce the amount of scene refresh

This commit is contained in:
enricoturri1966 2020-12-03 15:12:32 +01:00
parent 42a00a32df
commit bcb2a4884b
4 changed files with 315 additions and 13 deletions

View file

@ -89,6 +89,7 @@
#define ENABLE_2_3_0_BETA2 1
#define ENABLE_ARROW_KEYS_WITH_SLIDERS (1 && ENABLE_2_3_0_BETA2)
#define ENABLE_NEW_NOTIFICATIONS_FADE_OUT (1 && ENABLE_2_3_0_BETA2)
#endif // _prusaslicer_technologies_h_