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:
authorLukas Matena <lukasmatena@seznam.cz>2021-05-10 08:08:38 +0300
committerLukas Matena <lukasmatena@seznam.cz>2021-05-24 13:20:29 +0300
commitfef385cd6b948cccb2aa75cb77d0abeb4fcac355 (patch)
tree19a0189105abfc6444b115b1e680979a52f70c24 /src/slic3r/GUI/Field.cpp
parent9ee2fc8275eb9074a1abbc1439264f05dcee04be (diff)
Fixed second batch of locale-dependent calls
Diffstat (limited to 'src/slic3r/GUI/Field.cpp')
-rw-r--r--src/slic3r/GUI/Field.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp
index 1fe28eb34..677577054 100644
--- a/src/slic3r/GUI/Field.cpp
+++ b/src/slic3r/GUI/Field.cpp
@@ -1215,8 +1215,8 @@ boost::any& Choice::get_value()
return m_value;
}
-void Choice::enable() { dynamic_cast<choice_ctrl*>(window)->Enable(); };
-void Choice::disable() { dynamic_cast<choice_ctrl*>(window)->Disable(); };
+void Choice::enable() { dynamic_cast<choice_ctrl*>(window)->Enable(); }
+void Choice::disable() { dynamic_cast<choice_ctrl*>(window)->Disable(); }
void Choice::msw_rescale()
{