We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b80b05 commit 9ef8170Copy full SHA for 9ef8170
1 file changed
src/osltoy/codeeditor.cpp
@@ -100,7 +100,7 @@ int
100
CodeEditor::char_width_pixels() const
101
{
102
QFontMetrics metrics(fixedFont());
103
-#if QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)
+#if QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)
104
return metrics.horizontalAdvance(QLatin1Char('M'));
105
#else
106
// QFontMetric.width() deprecated from 5.11, marked as such in 5.13
0 commit comments