mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -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
|
@ -36,7 +36,7 @@ namespace Slic3r { namespace GUI {
|
|||
this->Bind(wxEVT_LEFT_UP, &SideTools::on_mouse_left_up, this);
|
||||
}
|
||||
|
||||
SideTools::~SideTools() {}
|
||||
SideTools::~SideTools() { delete m_intetval_timer; }
|
||||
|
||||
void SideTools::set_none_printer_mode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue