fix title bar effect & transformation removal

This commit is contained in:
bluepilledgreat 2024-10-22 19:13:59 +01:00
parent f98f81a2a3
commit f1997a34d3

View File

@ -641,8 +641,8 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
HandleXmlElement_Control(dialog, dialog.RootTitleBar, xmlElement);
// get rid of all effects
dialog.RenderTransform = null;
dialog.Effect = null;
dialog.RootTitleBar.RenderTransform = null;
dialog.RootTitleBar.Effect = null;
Panel.SetZIndex(dialog.RootTitleBar, 1001); // always show above others