Fix navigation history issues.

Separating navigation history logic from updating of highlights.
This commit is contained in:
con
2010-02-08 16:54:14 +01:00
parent f133d0ac8c
commit 7391ba388c
2 changed files with 8 additions and 3 deletions

View File

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