mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: MediaPlayCtrl crash on switch language
Change-Id: If69bd42f586e6e15387ffe387c820480cbf750dd
This commit is contained in:
@@ -158,7 +158,10 @@ StatusBasePanel::StatusBasePanel(wxWindow *parent, wxWindowID id, const wxPoint
|
||||
this->Layout();
|
||||
}
|
||||
|
||||
StatusBasePanel::~StatusBasePanel() { delete m_media_play_ctrl; }
|
||||
StatusBasePanel::~StatusBasePanel()
|
||||
{
|
||||
delete m_media_play_ctrl;
|
||||
}
|
||||
|
||||
void StatusBasePanel::init_bitmaps()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user