fix(ui): reapply rounded clipping after refresh

This commit is contained in:
Meik
2026-03-05 18:18:00 +01:00
parent 97f87b9dcd
commit fa5b99b947
2 changed files with 9 additions and 0 deletions

View File

@@ -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()