mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 08:00:24 +02:00
IDE: editor options: update previews on change of color scheme
git-svn-id: trunk@15882 -
This commit is contained in:
parent
3aed0552c5
commit
fa53a41c30
@ -2947,6 +2947,7 @@ begin
|
||||
SetPreviewSynInAllPreviews;
|
||||
FillColorElementListBox;
|
||||
FindCurHighlightElement;
|
||||
InvalidatePreviews;
|
||||
end// change the colorscheme
|
||||
;
|
||||
end
|
||||
|
@ -814,6 +814,7 @@ begin
|
||||
SetPreviewSynInAllPreviews;
|
||||
FillColorElementListBox;
|
||||
FindCurHighlightElement;
|
||||
InvalidatePreviews;
|
||||
end// change the colorscheme
|
||||
;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user