Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields

This commit is contained in:
Enrico Turri 2019-05-06 15:24:50 +02:00
parent ec57a7f971
commit cc98c9bbe2
3 changed files with 17 additions and 4 deletions

View file

@ -260,8 +260,8 @@ void TextCtrl::BUILD() {
e.Skip();
temp->GetToolTip()->Enable(true);
#endif // __WXGTK__
propagate_value();
bEnterPressed = true;
propagate_value();
}), temp->GetId());
}