forked from qt-creator/qt-creator
Position the refactoring icon at the top right corner.
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
RefactorMarker markerAt(const QPoint &pos) const;
|
||||
|
||||
private:
|
||||
void paintMarker(const RefactorMarker& marker, int position, QPainter *painter, const QRect &clip);
|
||||
void paintMarker(const RefactorMarker& marker, QPainter *painter, const QRect &clip);
|
||||
RefactorMarkers m_markers;
|
||||
BaseTextEditor *m_editor;
|
||||
int m_maxWidth;
|
||||
|
||||
Reference in New Issue
Block a user