Skip to content

Commit

Permalink
Autocomplete: Reset scrollbar on execute
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Dec 21, 2024
1 parent 90261b8 commit 54535df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ide/simba.ide_editor_autocomplete.pas
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ procedure TSimbaAutoComplete.DoExecute(Sender: TObject);
Form.BackgroundColor := SimbaTheme.ColorScrollBarInActive;
Form.SelectedColor := Editor.SelectedColor.Background;
Form.Font := Editor.Font;
Form.ScrollBar.Position := 0;
end;
end;

Expand Down

0 comments on commit 54535df

Please sign in to comment.