mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-31 07:58:43 +03:00
y2: fix some bug
1. Fixed a bug where the login window was not destroyed when switching languages; 2. Fixed the display issue when the model does not have the corresponding picture; 3. Fix button display problem when the local device has no IP address.
This commit is contained in:
@@ -677,6 +677,8 @@ void MainFrame::shutdown()
|
||||
// to avoid any manipulations with them from App->wxEVT_IDLE after of the mainframe closing
|
||||
wxGetApp().tabs_list.clear();
|
||||
wxGetApp().plater_ = nullptr;
|
||||
// y2
|
||||
wxGetApp().shutdown();
|
||||
}
|
||||
|
||||
GalleryDialog* MainFrame::gallery_dialog()
|
||||
|
||||
Reference in New Issue
Block a user