1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 07:14:09 +02:00

Fixed recent files when closing files (ended up with a bunch of seps)

This commit is contained in:
Brian Fiete 2020-05-06 17:01:06 -07:00
parent 421a324666
commit 657e758ec1
2 changed files with 19 additions and 11 deletions

View file

@ -2289,7 +2289,7 @@ namespace IDE.ui
public void FocusEdit()
{
let activePanel = GetActivePanel();
activePanel.mEditWidget.SetFocus();
activePanel.mEditWidget?.SetFocus();
if (!mWidgetWindow.mHasFocus)
EditGotFocus();