Update the current line highlight when its color might have changed

Fixes the issue where it would stay the color of the previous color
scheme until you change the cursor position.
This commit is contained in:
Thorbjørn Lindeijer
2009-07-15 16:10:15 +02:00
parent fd3fb099fc
commit 609e3c7f6b
2 changed files with 21 additions and 14 deletions

View File

@@ -526,6 +526,7 @@ private:
void moveLineUpDown(bool up);
void copyLineUpDown(bool up);
void saveCurrentCursorPositionForNavigation();
void updateCurrentLineHighlight();
void drawFoldingMarker(QPainter *painter, const QPalette &pal,
const QRect &rect,