From cc98c9bbe2931201f4e5f2eb1c243d299ffdc36a Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Mon, 6 May 2019 15:24:50 +0200 Subject: Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields --- src/slic3r/GUI/Field.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slic3r/GUI/Field.cpp') diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp index 5e06efa29..2f4881483 100644 --- a/src/slic3r/GUI/Field.cpp +++ b/src/slic3r/GUI/Field.cpp @@ -260,8 +260,8 @@ void TextCtrl::BUILD() { e.Skip(); temp->GetToolTip()->Enable(true); #endif // __WXGTK__ - propagate_value(); bEnterPressed = true; + propagate_value(); }), temp->GetId()); } -- cgit v1.2.3