1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00: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:
YuSanka
2019-07-30 14:16:07 +02:00
parent b7d6c93c36
commit 7c2e199472
2 changed files with 33 additions and 1 deletions
+1
View File
@@ -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};