Skip to content

Commit

Permalink
fix: theme defined editor.lineHighlight color is not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Feb 13, 2024
1 parent 95a9a47 commit e84e0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void applyThemeToViewerIfNeeded() {
isViewerStyleColorsInitialized = true;
}

if (isViewerHighlightColorInitialized) {
if (!isViewerHighlightColorInitialized) {
try {
// Ugly code to update "current line highlight" :
// - get the PaintManager from the ITextViewer with reflection.
Expand Down

0 comments on commit e84e0b8

Please sign in to comment.