mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
First try to fix bug with CheckBox selection if cursor is in SpinCtrl.
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
|||||||
m_disable_change_event = false;
|
m_disable_change_event = false;
|
||||||
}
|
}
|
||||||
boost::any get_value() override {
|
boost::any get_value() override {
|
||||||
return boost::any(dynamic_cast<wxSpinCtrl*>(window)->GetValue());
|
return boost::any(tmp_value);
|
||||||
}
|
}
|
||||||
|
|
||||||
void enable() override { dynamic_cast<wxSpinCtrl*>(window)->Enable(); }
|
void enable() override { dynamic_cast<wxSpinCtrl*>(window)->Enable(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user