FIX: [STUDIO-1400] The scaling problem of the device status interface

Jira: STUDIO-1400

Change-Id: I37b736c25367aa9db3a1258482a0e3db53a8da97
This commit is contained in:
maosheng.wei 2023-07-17 15:32:37 +08:00 committed by Lane.Wei
parent 3013d89b6b
commit 4ebbb7db42
4 changed files with 25 additions and 6 deletions

View file

@ -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;