mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
FIX: [STUDIO-3309] MediaCtrl: Stop before Load({})
Change-Id: Id7c96fdf7fd717725e94b9ae28b261963b8f64e7
This commit is contained in:
@@ -170,10 +170,9 @@ void wxMediaCtrl2::Play() { wxMediaCtrl::Play(); }
|
||||
|
||||
void wxMediaCtrl2::Stop()
|
||||
{
|
||||
wxMediaCtrl::Stop();
|
||||
#ifdef __WIN32__
|
||||
wxMediaCtrl::Load(wxURI());
|
||||
#else
|
||||
wxMediaCtrl::Stop();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user