mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Mark unsaved project title with * (#5910)
* Mark unsaved project title with *
This commit is contained in:
parent
b47810435a
commit
5ff93fe103
4 changed files with 35 additions and 3 deletions
|
@ -1999,6 +1999,9 @@ void MainFrame::update_slice_print_status(SlicePrintEventType event, bool can_sl
|
|||
m_slice_btn->Enable(enable_slice);
|
||||
m_slice_enable = enable_slice;
|
||||
m_print_enable = enable_print;
|
||||
|
||||
if (wxGetApp().mainframe)
|
||||
wxGetApp().plater()->update_title_dirty_status();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue