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:
parent
421a324666
commit
657e758ec1
2 changed files with 19 additions and 11 deletions
|
@ -2289,7 +2289,7 @@ namespace IDE.ui
|
|||
public void FocusEdit()
|
||||
{
|
||||
let activePanel = GetActivePanel();
|
||||
activePanel.mEditWidget.SetFocus();
|
||||
activePanel.mEditWidget?.SetFocus();
|
||||
|
||||
if (!mWidgetWindow.mHasFocus)
|
||||
EditGotFocus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue