mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
[AOT]Fix for flickering border (#19362)
This commit is contained in:
committed by
GitHub
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;
|
||||
|
||||
Reference in New Issue
Block a user