mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
UpdateBorderProperties();
|
|
||||||
m_frameDrawer->Show();
|
m_frameDrawer->Show();
|
||||||
|
UpdateBorderPosition();
|
||||||
|
UpdateBorderProperties();
|
||||||
m_timer_id = SetTimer(m_window, REFRESH_BORDER_TIMER_ID, REFRESH_BORDER_INTERVAL, nullptr);
|
m_timer_id = SetTimer(m_window, REFRESH_BORDER_TIMER_ID, REFRESH_BORDER_INTERVAL, nullptr);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user