From f7dcc88831860ec57a38c7d2b6c81c55c9fe3600 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Thu, 15 Jul 2021 11:37:59 +0200 Subject: [PATCH] Fixed a bug - Dependencies for Printer presets doesn't update after preset selection --- src/slic3r/GUI/Tab.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 8aaab1ed5..3cda9e3e4 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -3005,6 +3005,7 @@ void TabPrinter::update() m_presets->get_edited_preset().printer_technology() == ptFFF ? update_fff() : update_sla(); m_update_cnt--; + update_description_lines(); Layout(); if (m_update_cnt == 0) @@ -4290,6 +4291,9 @@ void TabSLAMaterial::update() if (m_preset_bundle->printers.get_selected_preset().printer_technology() == ptFFF) return; + update_description_lines(); + Layout(); + // #ys_FIXME. Just a template for this function // m_update_cnt++; // ! something to update