@@ -145,6 +145,7 @@ private class Highlighter {
145
145
private final Color normalHighlightBackground ;
146
146
private final Color normalPasteExampleBackground ;
147
147
private final Color normalImportExportBackground ;
148
+ private final Color normalProfilesFolderBackground ;
148
149
private final Color normalLblFilterBackground ;
149
150
private final Color normalActivateBackground ;
150
151
private final Color normalHighlightDeclarationsBackground ;
@@ -165,6 +166,7 @@ public Highlighter(Display display) {
165
166
normalHighlightBackground = lblHighlight .getBackground ();
166
167
normalPasteExampleBackground = btnPasteExample .getBackground ();
167
168
normalImportExportBackground = btnImportProfile .getBackground ();
169
+ normalProfilesFolderBackground = btnChangeProfilesFolder .getBackground ();
168
170
normalLblFilterBackground = lblFilter .getBackground ();
169
171
normalActivateBackground = btnActivateDefaultRules .getBackground ();
170
172
normalHighlightDeclarationsBackground = chkHighlightDeclarationKeywords .getBackground ();
@@ -194,7 +196,7 @@ public void setControlsHighlight(ProfileHighlightItem highlightItem) {
194
196
setBackground (btnImportProfile , importExportBackground );
195
197
setBackground (btnExportProfile , importExportBackground );
196
198
setBackground (btnExportAllProfiles , importExportBackground );
197
- setBackground (btnChangeProfilesFolder , highlightItem .highlightFeatureOf (2023 , 10 , 3 ) ? newConfigBackground : normalImportExportBackground ); // first highlight on (2023, 3, 9)
199
+ setBackground (btnChangeProfilesFolder , highlightItem .highlightFeatureOf (2023 , 10 , 3 ) ? newConfigBackground : normalProfilesFolderBackground ); // first highlight on (2023, 3, 9)
198
200
199
201
setBackground (lblFilter , highlightItem .highlightFeatureOf (2023 , 3 , 9 ) ? newConfigBackground : normalLblFilterBackground );
200
202
0 commit comments