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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-12-11 15:34:37 +0300
committerYuSanka <yusanka@gmail.com>2018-12-11 16:05:56 +0300
commitd7bc1410eea26c7b44f4657964a57b50d64894e5 (patch)
tree8a6ef6797670a728058fa4e594a8ff320e1a1b2a /src/slic3r/GUI/GUI_ObjectSettings.hpp
parentc4e334f8633d93ef9752cad53c5ea0dc936ccaee (diff)
Update value inside TextCtrl & SpinCtrl after wxEVT_KILL_FOCES instead of wxEVT_TEXT (or wxEVT_TEXT_ENTER)
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectSettings.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectSettings.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectSettings.hpp b/src/slic3r/GUI/GUI_ObjectSettings.hpp
index 7b58d4c4e..19140efe3 100644
--- a/src/slic3r/GUI/GUI_ObjectSettings.hpp
+++ b/src/slic3r/GUI/GUI_ObjectSettings.hpp
@@ -17,7 +17,7 @@ protected:
wxWindow* m_parent;
public:
OG_Settings(wxWindow* parent, const bool staticbox);
- ~OG_Settings() {}
+ virtual ~OG_Settings() {}
virtual bool IsShown();
virtual void Show(const bool show);