forked from qt-creator/qt-creator
Adjust mark area width to mark width.
Patch by Kevin Funk
This commit is contained in:
@@ -189,6 +189,7 @@ public:
|
||||
void emitDocumentSizeChanged() { emit documentSizeChanged(documentSize()); }
|
||||
int lastSaveRevision;
|
||||
bool hasMarks;
|
||||
double maxMarkWidthFactor;
|
||||
|
||||
int m_requiredWidth;
|
||||
void setRequiredWidth(int width);
|
||||
|
||||
Reference in New Issue
Block a user