mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-06-23 23:00:23 -07:00
fix title bar effect & transformation removal
This commit is contained in:
parent
f98f81a2a3
commit
f1997a34d3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user