ui: fixed issue that sometimes caused coati to slow down to a halt when activating symbol
This commit is contained in:
@@ -165,7 +165,7 @@ QSize QtCodeArea::sizeHint() const
|
||||
height += horizontalScrollBar()->height();
|
||||
}
|
||||
|
||||
return QSize(0, height + 1);
|
||||
return QSize(0, height + 5);
|
||||
}
|
||||
|
||||
uint QtCodeArea::getStartLineNumber() const
|
||||
|
||||
Reference in New Issue
Block a user