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

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};