Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 9f733f5

Browse files
committed
Revert "file dir auto opens on new file opened"
This reverts commit ca308a4.
1 parent 223809e commit 9f733f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UI/MainWindow.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ public bool TryLoadSourceFile(string filePath, bool UseBlendoverEffect = true, b
194194
{
195195
BlendOverEffect.Begin();
196196
}
197-
ChangeObjectBrowserToDirectory(fileInfo.DirectoryName);
198-
ObjectBrowserButtonHolder.SelectedIndex = 0;
197+
199198
return true;
200199
}
201200

0 commit comments

Comments
 (0)