mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: [STUDIO-1400] The scaling problem of the device status interface
Jira: STUDIO-1400 Change-Id: I37b736c25367aa9db3a1258482a0e3db53a8da97
This commit is contained in:
@@ -430,6 +430,10 @@ void MediaPlayCtrl::ToggleStream()
|
||||
});
|
||||
}
|
||||
|
||||
void MediaPlayCtrl::msw_rescale() {
|
||||
m_button_play->Rescale();
|
||||
}
|
||||
|
||||
void MediaPlayCtrl::onStateChanged(wxMediaEvent &event)
|
||||
{
|
||||
auto last_state = m_last_state;
|
||||
|
||||
Reference in New Issue
Block a user