scroll on editor start

This commit is contained in:
Saas
2026-05-14 23:41:41 +02:00
parent 2c91cca1b4
commit e6d981036d
+3 -2
View File
@@ -559,7 +559,7 @@ namespace FlaxEditor.Windows
}
/// <summary>
/// Enables or disables vertical and horizontal scrolling on the content tree panel
/// Enables or disables vertical and horizontal scrolling on the content tree panel
/// </summary>
/// <param name="enabled">The state to set scrolling to</param>
public void ScrollingOnTreeView(bool enabled)
@@ -571,7 +571,7 @@ namespace FlaxEditor.Windows
}
/// <summary>
/// Enables or disables vertical and horizontal scrolling on the content view panel
/// Enables or disables vertical and horizontal scrolling on the content view panel
/// </summary>
/// <param name="enabled">The state to set scrolling to</param>
public void ScrollingOnContentView(bool enabled)
@@ -1555,6 +1555,7 @@ namespace FlaxEditor.Windows
PerformLayout();
}
UpdateViewDropdownBounds();
ScrollNavigationBarToCurrentFolder();
}
}