mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: [] delete MediaPlayCtrl before wxMediaCtrl2
Change-Id: Ic92be54f159baf78a27afb18838397f1eb99fac0
This commit is contained in:
parent
fbcf589a18
commit
6d2a667c92
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ StatusBasePanel::StatusBasePanel(wxWindow *parent, wxWindowID id, const wxPoint
|
||||||
this->Layout();
|
this->Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusBasePanel::~StatusBasePanel() {}
|
StatusBasePanel::~StatusBasePanel() { delete m_media_play_ctrl; }
|
||||||
|
|
||||||
void StatusBasePanel::init_bitmaps()
|
void StatusBasePanel::init_bitmaps()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue