mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-04 02:48:42 +03:00
update slic3r
This commit is contained in:
@@ -139,6 +139,7 @@ public:
|
||||
// mouse right click
|
||||
Option right;
|
||||
bool visible;
|
||||
bool continuous_click{false};
|
||||
VisibilityCallback visibility_callback;
|
||||
EnablingCallback enabling_callback;
|
||||
|
||||
@@ -156,6 +157,7 @@ public:
|
||||
left = data.left;
|
||||
right = data.right;
|
||||
visible = data.visible;
|
||||
continuous_click = data.continuous_click;
|
||||
visibility_callback = data.visibility_callback;
|
||||
enabling_callback = data.enabling_callback;
|
||||
image_data = data.image_data;
|
||||
@@ -225,6 +227,7 @@ public:
|
||||
bool update_enabled_state();
|
||||
|
||||
//QDS: GUI refactor: GLToolbar
|
||||
bool get_continuous_click_flag() const { return m_data.continuous_click; }
|
||||
bool is_action() const { return m_type == Action; }
|
||||
bool is_action_with_text() const { return m_type == ActionWithText; }
|
||||
bool is_action_with_text_image() const { return m_type == ActionWithTextImage; }
|
||||
|
||||
Reference in New Issue
Block a user