forked from qt-creator/qt-creator
Changed classic folding markers
This new look fits better with the new behaviour. Also, the collapse/expand markers are now drawn by the style.
This commit is contained in:
@@ -511,6 +511,9 @@ private:
|
||||
void moveLineUpDown(bool up);
|
||||
void saveCurrentCursorPositionForNavigation();
|
||||
|
||||
void drawFoldingMarker(QPainter *painter, const QRect &rect,
|
||||
bool expanded, bool hovered) const;
|
||||
|
||||
void toggleBlockVisible(const QTextBlock &block);
|
||||
QRect collapseBox();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user