mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: destory timers & check webview consist
Change-Id: If95a973e1b3c6bf0da3611c30e0e44e191c9b06a
This commit is contained in:
@@ -181,7 +181,7 @@ class SelectMachinePopup : public wxPopupTransientWindow
|
||||
{
|
||||
public:
|
||||
SelectMachinePopup(wxWindow *parent);
|
||||
~SelectMachinePopup() {}
|
||||
~SelectMachinePopup();
|
||||
|
||||
// wxPopupTransientWindow virtual methods are all overridden to log them
|
||||
virtual void Popup(wxWindow *focus = NULL) wxOVERRIDE;
|
||||
@@ -359,7 +359,7 @@ protected:
|
||||
void reset_ams_material();
|
||||
void update_show_status();
|
||||
|
||||
wxTimer *m_refresh_timer;
|
||||
wxTimer *m_refresh_timer { nullptr };
|
||||
|
||||
std::shared_ptr<PrintJob> m_print_job;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user