mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Try to fix selection of overridden option when TextCtrl is focused
Note: the problem was observed only under OSX
This commit is contained in:
parent
b7d6c93c36
commit
7c2e199472
2 changed files with 33 additions and 1 deletions
|
@ -281,6 +281,7 @@ public:
|
|||
~TextCtrl() {}
|
||||
|
||||
void BUILD();
|
||||
bool value_was_changed();
|
||||
// Propagate value from field to the OptionGroupe and Config after kill_focus/ENTER
|
||||
void propagate_value();
|
||||
wxWindow* window {nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue