Fix compilation

This commit is contained in:
Ari Vuollet
2026-08-26 20:11:03 +03:00
parent 28d5a6d0de
commit 582af19cb2
@@ -70,7 +70,7 @@ namespace FlaxEditor.GUI.Docking
/// </summary>
public bool ShowDecorations
{
get;
get => field;
set
{
if (value == field)
@@ -88,7 +88,7 @@ namespace FlaxEditor.GUI.Docking
decorations.Dispose();
}
}
} = false;
}
/// <summary>
/// Initializes a new instance of the <see cref="FloatWindowDockPanel"/> class.