mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
FIX:fix crash for no valid filaments
jira: none Change-Id: I9433da99d2ad355f088917e88350c5fd36bd1aea (cherry picked from commit 52442fa6d58d4d9204c386ec1a2ccfedf7115151)
This commit is contained in:
@@ -48,7 +48,7 @@ protected:
|
||||
DisappearanceMode m_timed_disappearance_mode;
|
||||
float m_timer_count = 0;
|
||||
wxTimer * m_refresh_timer{nullptr};
|
||||
int m_disappearance_second = 1500; // unit ms: mean 5s
|
||||
int m_disappearance_second = 2500; //ANIMATION_REFRESH_INTERVAL 20 unit ms: m_disappearance_second * ANIMATION_REFRESH_INTERVAL
|
||||
bool m_move_to_target_gradual_disappearance = false;
|
||||
wxPoint m_target_pos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user