fixed small bug of scene window not resizing when something is deleted but window isnt focused
This commit is contained in:
@@ -452,9 +452,11 @@ namespace FlaxEditor.Modules
|
||||
if (isSceneTreeFocus)
|
||||
{
|
||||
Editor.Windows.SceneWin.Focus();
|
||||
Editor.Windows.SceneWin.PerformLayout();
|
||||
Editor.Windows.SceneWin.PerformLayout();
|
||||
}
|
||||
|
||||
// fix scene window layout
|
||||
Editor.Windows.SceneWin.PerformLayout();
|
||||
Editor.Windows.SceneWin.PerformLayout();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user