mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: MediaPlayCtrl crash on switch language
Change-Id: If69bd42f586e6e15387ffe387c820480cbf750dd
This commit is contained in:
parent
30a473c977
commit
73242280ef
3 changed files with 15 additions and 8 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue