Skip to content

Commit 27d9c5c

Browse files
committed
this one only occurs when graphing is enabled
1 parent d87d077 commit 27d9c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graph/GraphNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void GraphNode::drawLabel(const QString &text) {
210210

211211
line.setNumColumns(l.length());
212212
line.setPosition(QPoint(0, y));
213-
y += fm.lineSpacing();
213+
y += static_cast<int>(fm.lineSpacing());
214214
}
215215

216216
textLayout.endLayout();

0 commit comments

Comments
 (0)