mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: destory timers & check webview consist
Change-Id: If95a973e1b3c6bf0da3611c30e0e44e191c9b06a
This commit is contained in:
parent
cd3a721f86
commit
7be639019e
8 changed files with 19 additions and 10 deletions
|
@ -367,6 +367,8 @@ SelectMachinePopup::SelectMachinePopup(wxWindow *parent)
|
|||
Bind(EVT_DISSMISS_MACHINE_LIST, &SelectMachinePopup::on_dissmiss_win, this);
|
||||
}
|
||||
|
||||
SelectMachinePopup::~SelectMachinePopup() { delete m_refresh_timer; }
|
||||
|
||||
void SelectMachinePopup::Popup(wxWindow *WXUNUSED(focus))
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(trace) << "get_print_info: start";
|
||||
|
@ -2178,7 +2180,7 @@ bool SelectMachineDialog::Show(bool show)
|
|||
|
||||
SelectMachineDialog::~SelectMachineDialog()
|
||||
{
|
||||
;
|
||||
delete m_refresh_timer;
|
||||
}
|
||||
|
||||
EditDevNameDialog::EditDevNameDialog(Plater *plater /*= nullptr*/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue