mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Marked string used at localization.
* Correct save changed color
This commit is contained in:
parent
39fae3777c
commit
e0933786e3
13 changed files with 6149 additions and 946 deletions
|
@ -230,9 +230,7 @@ public:
|
|||
m_disable_change_event = false;
|
||||
}
|
||||
|
||||
boost::any get_value() override {
|
||||
return boost::any(dynamic_cast<wxColourPickerCtrl*>(window)->GetColour());
|
||||
}
|
||||
boost::any get_value() override;
|
||||
|
||||
void enable() override { dynamic_cast<wxColourPickerCtrl*>(window)->Enable(); };
|
||||
void disable() override{ dynamic_cast<wxColourPickerCtrl*>(window)->Disable(); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue