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-02-22 11:38:56 +0300
committerYuSanka <yusanka@gmail.com>2019-02-22 11:38:56 +0300
commit26833ee6414bd2c56c6c6467f60a720e2c8c42d4 (patch)
tree1abeeee598f8fbd7bf790f255d2e0264e298031b /src/slic3r/GUI/MainFrame.hpp
parent73daf085e6463af12242c04da1c8ff1e4793075f (diff)
Fixed bug with update (part of #1801)
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 31ae5d1c7..b44c73f91 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -96,6 +96,8 @@ public:
void load_config(const DynamicPrintConfig& config);
void select_tab(size_t tab) const;
void select_view(const std::string& direction);
+ // Propagate changed configuration from the Tab to the Platter and save changes to the AppConfig
+ void on_config_changed(DynamicPrintConfig* cfg) const ;
PrintHostQueueDialog* printhost_queue_dlg() { return m_printhost_queue_dlg; }