1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 23:34:10 +02:00

Fixed tiny tabbed view issue from file recovery

This commit is contained in:
Brian Fiete 2020-09-22 10:58:22 -07:00
parent 8af5575f42
commit cfe46abeaa
2 changed files with 9 additions and 3 deletions

View file

@ -2281,6 +2281,11 @@ namespace IDE
mMainFrame.RehupSize();
ShowStartupFile();
#if !CLI
if (mMainWindow != null)
mFileRecovery.CheckWorkspace();
#endif
}
void CloseWorkspaceAndSetupNew()
@ -2602,9 +2607,6 @@ namespace IDE
#if !CLI
if (mBfResolveCompiler != null)
mBfResolveCompiler.QueueSetWorkspaceOptions(null, 0);
if (mMainWindow != null)
mFileRecovery.CheckWorkspace();
#endif
String relaunchCmd = scope .();