mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +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.TheText:=TheText;
|
||||||
SortSelectionDialog.PreviewSynEdit.Highlighter:=Highlighter;
|
SortSelectionDialog.PreviewSynEdit.Highlighter:=Highlighter;
|
||||||
EditorOpts.SetMarkupColor(Highlighter, ahaTextBlock, SortSelectionDialog.PreviewSynEdit.SelectedColor);
|
EditorOpts.SetMarkupColor(Highlighter, ahaTextBlock, SortSelectionDialog.PreviewSynEdit.SelectedColor);
|
||||||
|
EditorOpts.ApplyFontSettingsTo(SortSelectionDialog.PreviewSynEdit);
|
||||||
SortSelectionDialog.UpdatePreview;
|
SortSelectionDialog.UpdatePreview;
|
||||||
SortSelectionDialog.EndUpdate;
|
SortSelectionDialog.EndUpdate;
|
||||||
Result:=SortSelectionDialog.ShowModal;
|
Result:=SortSelectionDialog.ShowModal;
|
||||||
|
Loading…
Reference in New Issue
Block a user