1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00

IDE file recovery

This commit is contained in:
Brian Fiete 2020-09-18 05:30:21 -07:00
parent 1b171d5b20
commit b975acb711
6 changed files with 331 additions and 2 deletions

View file

@ -515,6 +515,12 @@ namespace IDE.ui
mSourceViewPanel.mLockFlashPct = 0.00001f;
return true;
}
if (mSourceViewPanel != null)
{
mSourceViewPanel.CheckSavedContents();
}
return false;
}
if (mSourceViewPanel != null)