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

Commit e1e5a8b

Browse files
committed
Fix #83
I think a fix was never THIS easy in this project.
1 parent 01495da commit e1e5a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public bool TryLoadSourceFile(string filePath, bool UseBlendoverEffect = true, b
105105
{
106106
editors[i].Parent.IsSelected = true;
107107
}
108-
return false;
108+
return true;
109109
}
110110
}
111111
}

0 commit comments

Comments
 (0)