mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
FIX: [STUDIO-1400] The scaling problem of the device status interface
Jira: STUDIO-1400 Change-Id: I37b736c25367aa9db3a1258482a0e3db53a8da97
This commit is contained in:
parent
3013d89b6b
commit
4ebbb7db42
4 changed files with 25 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue