mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +02:00
IDE: Apply editor font in SortSelection dialog. Issue #28138, patch from Alexey Torgashin.
git-svn-id: trunk@49141 -
This commit is contained in:
parent
b7aa4249a9
commit
2f09386a24
@ -115,6 +115,7 @@ begin
|
||||
SortSelectionDialog.TheText:=TheText;
|
||||
SortSelectionDialog.PreviewSynEdit.Highlighter:=Highlighter;
|
||||
EditorOpts.SetMarkupColor(Highlighter, ahaTextBlock, SortSelectionDialog.PreviewSynEdit.SelectedColor);
|
||||
EditorOpts.ApplyFontSettingsTo(SortSelectionDialog.PreviewSynEdit);
|
||||
SortSelectionDialog.UpdatePreview;
|
||||
SortSelectionDialog.EndUpdate;
|
||||
Result:=SortSelectionDialog.ShowModal;
|
||||
|
Loading…
Reference in New Issue
Block a user