fix(ui): reapply rounded clipping after refresh
This commit is contained in:
@@ -581,6 +581,14 @@ namespace C4IT_CustomerPanel
|
||||
BtnInfo.Tag = MenuItems.Information;
|
||||
BtnCustomLink.Tag = MenuItems.CustomLink;
|
||||
}
|
||||
|
||||
UpdateMainSurfaceClip();
|
||||
ApplyRoundedWindowRegion();
|
||||
Dispatcher.BeginInvoke(new Action(() =>
|
||||
{
|
||||
UpdateMainSurfaceClip();
|
||||
ApplyRoundedWindowRegion();
|
||||
}), DispatcherPriority.Render);
|
||||
}
|
||||
|
||||
private void UpdateNavigationHoverResource()
|
||||
|
||||
Reference in New Issue
Block a user