mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -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
|
@ -83,6 +83,8 @@ MarkdownTip::MarkdownTip()
|
|||
_timer->Bind(wxEVT_TIMER, &MarkdownTip::OnTimer, this);
|
||||
}
|
||||
|
||||
MarkdownTip::~MarkdownTip() { delete _timer; }
|
||||
|
||||
void MarkdownTip::LoadStyle()
|
||||
{
|
||||
_language = GUI::into_u8(GUI::wxGetApp().current_language_code());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue