forked from qt-creator/qt-creator
Adjust mark area width to mark width.
Patch by Kevin Funk
This commit is contained in:
@@ -393,6 +393,7 @@ BaseTextDocumentLayout::BaseTextDocumentLayout(QTextDocument *doc)
|
||||
:QPlainTextDocumentLayout(doc) {
|
||||
lastSaveRevision = 0;
|
||||
hasMarks = 0;
|
||||
maxMarkWidthFactor = 1.0;
|
||||
m_requiredWidth = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user