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:
authorVojtech Kral <vojtech@kral.hk>2019-09-30 17:12:48 +0300
committerVojtech Kral <vojtech@kral.hk>2019-09-30 17:12:48 +0300
commiteb93d2a32d4ae23934f9c1d1d0a046e6338994a6 (patch)
tree36851b3d920d15ba6a82dcfd384ddeba70d8da10 /src/slic3r/GUI/PresetBundle.cpp
parent80c5eaacdf6e044675a7519596c4bcd2d5990ca5 (diff)
parentf5593c05aa7d9c9c9f62b8897063f01dd92c2956 (diff)
Merge branch 'master' into materials
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.cpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/PresetBundle.cpp b/src/slic3r/GUI/PresetBundle.cpp
index 54dd92a71..92db623f0 100644
--- a/src/slic3r/GUI/PresetBundle.cpp
+++ b/src/slic3r/GUI/PresetBundle.cpp
@@ -282,7 +282,7 @@ std::string PresetBundle::load_system_presets()
errors_cummulative += "\n";
}
}
- if (first) {
+ if (first) {
// No config bundle loaded, reset.
this->reset(false);
}