mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07: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:
@@ -260,8 +260,8 @@ void TextCtrl::BUILD() {
|
||||
e.Skip();
|
||||
temp->GetToolTip()->Enable(true);
|
||||
#endif // __WXGTK__
|
||||
propagate_value();
|
||||
bEnterPressed = true;
|
||||
propagate_value();
|
||||
}), temp->GetId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user