mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: fix save preset problem
Change-Id: I0e6f53b0386e8f04babe2d6c7d18f515c37caae3
This commit is contained in:
@@ -857,6 +857,13 @@ void MainFrame::shutdown()
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "MainFrame::shutdown exit";
|
||||
}
|
||||
|
||||
void MainFrame::update_filament_tab_ui()
|
||||
{
|
||||
wxGetApp().get_tab(Preset::Type::TYPE_FILAMENT)->reload_config();
|
||||
wxGetApp().get_tab(Preset::Type::TYPE_FILAMENT)->update_dirty();
|
||||
wxGetApp().get_tab(Preset::Type::TYPE_FILAMENT)->update_tab_ui();
|
||||
}
|
||||
|
||||
void MainFrame::update_title()
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user