We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594165d commit 7d9d2f9Copy full SHA for 7d9d2f9
Src/Main/CS.UI.Dialogs.HiliteThemesEditor.pas
@@ -395,13 +395,14 @@ procedure THiliteThemesEditorDlg.cbDefBackgroundChange(Sender: TObject);
395
begin
396
fWorkingTheme.DefaultBackground := cbDefBackground.Selected;
397
SetWorkingThemeDirty;
398
+ UpdateAttrExample;
399
end;
400
401
procedure THiliteThemesEditorDlg.cbDefForegroundChange(Sender: TObject);
402
- // TODO: fix how fg and bg element colours reflect default fg and bg colours
403
fWorkingTheme.DefaultForeground := cbDefForeground.Selected;
404
405
406
407
408
procedure THiliteThemesEditorDlg.cbFontNameChange(Sender: TObject);
0 commit comments