Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-05-06 16:24:50 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-09 12:43:28 +0300
commitcc98c9bbe2931201f4e5f2eb1c243d299ffdc36a (patch)
treeae9eddad003701114663a71d104c2bc3f779024a /src/slic3r/GUI/Field.cpp
parentec57a7f9711d6e8293c4e181046c9ff6c3e51e8b (diff)
Fixed disappearing visual hints when the user presses the ENTER key while editing one of the object manipulators fields
Diffstat (limited to 'src/slic3r/GUI/Field.cpp')
-rw-r--r--src/slic3r/GUI/Field.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}