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:
authorVojtech Kral <vojtech@kral.hk>2018-07-23 15:19:40 +0300
committerVojtech Kral <vojtech@kral.hk>2018-07-23 16:02:13 +0300
commit3e65b4410befd56d8ed68732a4e125d75780d7fd (patch)
tree565e07feca1f58587079644dcf66b30021becb30 /xs/src/slic3r/GUI/PresetBundle.cpp
parent1c58c3e15340833555422c0aad2e9bef8c7c8507 (diff)
PresetUpdater: Fix reloading of profiles after reconfigure and update
Fix #1060 Fix #985
Diffstat (limited to 'xs/src/slic3r/GUI/PresetBundle.cpp')
-rw-r--r--xs/src/slic3r/GUI/PresetBundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/PresetBundle.cpp b/xs/src/slic3r/GUI/PresetBundle.cpp
index b9a010659..58553e1bc 100644
--- a/xs/src/slic3r/GUI/PresetBundle.cpp
+++ b/xs/src/slic3r/GUI/PresetBundle.cpp
@@ -268,7 +268,7 @@ void PresetBundle::load_installed_printers(const AppConfig &config)
}
// Load selections (current print, current filaments, current printer) from config.ini
-// This is done just once on application start up.
+// This is done on application start up or after updates are applied.
void PresetBundle::load_selections(const AppConfig &config)
{
// Update visibility of presets based on application vendor / model / variant configuration.