Skip to content

Commit

Permalink
restore caret position on tab close
Browse files Browse the repository at this point in the history
  • Loading branch information
FRex committed Nov 11, 2021
1 parent 89090db commit 62f21d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainunit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,8 @@ procedure TForm1.CloseTabActionExecute(Sender: TObject);
end;
FilterTextByAwesomeBar;

LoadCaretAndView(MainTabs.TabIndex);

end;

procedure TForm1.DeselectSuggestionsTimerTimer(Sender: TObject);
Expand Down

0 comments on commit 62f21d9

Please sign in to comment.