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
path: root/xs
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-06-12 12:08:16 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-06-12 12:08:16 +0300
commit756064810cce8243cf5597d64064fa05aac70ec8 (patch)
tree7af94ea59f415ae0da0ea58582177a643937adbf /xs
parentaf3d07bb056c3666973d17b7665c4600121661ec (diff)
parentb134fb8c3994310f65b190f027f9e12eca73a2e0 (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cpp
Diffstat (limited to 'xs')
-rw-r--r--xs/src/slic3r/GUI/Field.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/Field.cpp b/xs/src/slic3r/GUI/Field.cpp
index 25925e3b6..43c9e7db9 100644
--- a/xs/src/slic3r/GUI/Field.cpp
+++ b/xs/src/slic3r/GUI/Field.cpp
@@ -202,7 +202,7 @@ namespace Slic3r { namespace GUI {
temp->Bind(wxEVT_TEXT, ([this](wxCommandEvent)
{
#ifdef __WXGTK__
- bool bChangedValueEvent = true;
+ bChangedValueEvent = true;
#else
on_change_field();
#endif //__WXGTK__