mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields
This commit is contained in:
parent
ec57a7f971
commit
cc98c9bbe2
3 changed files with 17 additions and 4 deletions
|
@ -260,8 +260,8 @@ void TextCtrl::BUILD() {
|
|||
e.Skip();
|
||||
temp->GetToolTip()->Enable(true);
|
||||
#endif // __WXGTK__
|
||||
propagate_value();
|
||||
bEnterPressed = true;
|
||||
propagate_value();
|
||||
}), temp->GetId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue