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>2019-03-15 16:21:32 +0300
committerYuSanka <yusanka@gmail.com>2019-03-15 16:21:53 +0300
commit6548a6d525108ae1c694239ba0bbce83eb97cc19 (patch)
tree318434aa151221c557388697b6dad9a60bb5605e /src/slic3r/GUI/GUI.cpp
parentbc3036d777fb6ca7c937c28d8aa9b9131a376c20 (diff)
Fixed preset selection after ConfigWizard running
Diffstat (limited to 'src/slic3r/GUI/GUI.cpp')
-rw-r--r--src/slic3r/GUI/GUI.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp
index 11e94f2ca..4a3ccc356 100644
--- a/src/slic3r/GUI/GUI.cpp
+++ b/src/slic3r/GUI/GUI.cpp
@@ -148,9 +148,6 @@ void config_wizard(int reason)
_(L("Please check and fix your object list.")),
_(L("Attention!")));
}
-
- // Load the currently selected preset into the GUI, update the preset selection box.
- // wxGetApp().load_current_presets(); // #ys_FIXME_to_delete presets are loaded now in select_preset function
}
// opt_index = 0, by the reason of zero-index in ConfigOptionVector by default (in case only one element)