Improve tab-less dock window behavior in other platforms

Add checks for #3215 to hide the tab bar only if it doesn't prevent
window dragging in Wayland sessions with native decorations.
This commit is contained in:
Ari Vuollet
2025-09-07 19:27:24 +03:00
parent b443b74d18
commit d70a003617
7 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ namespace FlaxEditor.Options
public bool UseNativeWindowSystem { get; set; } = false;
#endif
#if PLATFORM_WINDOWS
#if PLATFORM_SDL || PLATFORM_WINDOWS
/// <summary>
/// Gets or sets a value indicating whether a window containing a single tabs hides the tab bar. Editor restart recommended.
/// </summary>