Properly mark floating windows with transparency support

This commit is contained in:
2025-02-02 13:38:15 +02:00
parent 431a69e357
commit c660fac524

View File

@@ -75,7 +75,7 @@ namespace FlaxEditor.GUI.Docking
settings.MaximumSize = Float2.Zero; // Unlimited size
settings.Fullscreen = false;
settings.HasBorder = true;
settings.SupportsTransparency = false;
settings.SupportsTransparency = true;
settings.ActivateWhenFirstShown = true;
settings.AllowInput = true;
settings.AllowMinimize = true;