mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
[AOT]Fix for flickering border (#19362)
This commit is contained in:
parent
98d312a9d4
commit
0c78b12f59
@ -133,8 +133,9 @@ bool WindowBorder::Init(HINSTANCE hinstance)
|
||||
return false;
|
||||
}
|
||||
|
||||
UpdateBorderProperties();
|
||||
m_frameDrawer->Show();
|
||||
UpdateBorderPosition();
|
||||
UpdateBorderProperties();
|
||||
m_timer_id = SetTimer(m_window, REFRESH_BORDER_TIMER_ID, REFRESH_BORDER_INTERVAL, nullptr);
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user