mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed crash when dismissing file dialog for quick slice menu command
This commit is contained in:
parent
ed271d66e6
commit
e83e755e8b
2 changed files with 14 additions and 13 deletions
|
@ -55,6 +55,7 @@ class MainFrame : public wxFrame
|
|||
|
||||
std::map<std::string, Tab*> m_options_tabs;
|
||||
|
||||
wxMenuItem* m_menu_item_repeat { nullptr };
|
||||
wxMenuItem* m_menu_item_reslice_now { nullptr };
|
||||
wxMenu* m_plater_menu { nullptr };
|
||||
wxMenu* m_viewMenu{ nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue