Experiments with msw_rescale fixing

This commit is contained in:
YuSanka
2019-06-18 18:02:40 +02:00
parent ce22251707
commit 415877d79e
3 changed files with 58 additions and 13 deletions

View File

@@ -2478,6 +2478,8 @@ void LockButton::msw_rescale()
m_bmp_lock_off .msw_rescale();
m_bmp_unlock_on .msw_rescale();
m_bmp_unlock_off.msw_rescale();
enter_button(false);
}
void LockButton::enter_button(const bool enter)