mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: [] delete MediaPlayCtrl before wxMediaCtrl2
Change-Id: Ic92be54f159baf78a27afb18838397f1eb99fac0
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user