_wayland dragging completed

This commit is contained in:
2025-01-11 22:53:25 +02:00
parent ec94cda27b
commit 1b9c9436bc
7 changed files with 55 additions and 42 deletions

View File

@@ -1017,7 +1017,7 @@ namespace FlaxEditor.Modules
if (_lastLayoutSaveTime.Ticks > 10 && now - _lastLayoutSaveTime >= TimeSpan.FromSeconds(10))
{
Profiler.BeginEvent("Save Layout");
SaveCurrentLayout();
//SaveCurrentLayout();
Profiler.EndEvent();
}