DoubleSlider: fix for 1c2d264570

This commit is contained in:
YuSanka 2021-03-26 13:32:47 +01:00
parent 13c178b7f7
commit 2c23e25497
2 changed files with 14 additions and 11 deletions

View file

@ -370,7 +370,7 @@ private:
bool m_is_focused = false;
bool m_force_mode_apply = true;
bool m_enable_action_icon = true;
bool m_is_smart_wipe_tower = false; //This flag indicates that for current print is used "smart" wipe tower (Print Settings->Multiple Extruders->No sparse layer is enabled)
bool m_is_wipe_tower = false; //This flag indicates that there is multiple extruder print with wipe tower
DrawMode m_draw_mode = dmRegular;