forked from qt-creator/qt-creator
Fix navigation history issues.
Separating navigation history logic from updating of highlights.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user