mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 06:39:23 -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:
@@ -225,6 +225,9 @@ public:
|
||||
m_em_unit = em_unit(m_parent);
|
||||
}
|
||||
|
||||
bool get_enter_pressed() const { return bEnterPressed; }
|
||||
void set_enter_pressed(bool pressed) { bEnterPressed = pressed; }
|
||||
|
||||
protected:
|
||||
RevertButton* m_Undo_btn = nullptr;
|
||||
// Bitmap and Tooltip text for m_Undo_btn. The wxButton will be updated only if the new wxBitmap pointer differs from the currently rendered one.
|
||||
|
||||
Reference in New Issue
Block a user