]> git.lyx.org Git - lyx.git/commitdiff
amend 6d6fc761be
authorPavel Sanda <sanda@lyx.org>
Mon, 28 Sep 2020 14:44:12 +0000 (16:44 +0200)
committerPavel Sanda <sanda@lyx.org>
Mon, 28 Sep 2020 14:44:12 +0000 (16:44 +0200)
src/frontends/qt/GuiFontMetrics.cpp

index 353a74e523ddca6ae743b0a518a67f0f2ea8d744..83c9f650f827a944650e0bf158c3bf2bd7f894c3 100644 (file)
@@ -115,6 +115,7 @@ inline QChar const ucs4_to_qchar(char_type const ucs4)
 }
 } // namespace
 
+
 GuiFontMetrics::GuiFontMetrics(QFont const & font)
        : font_(font), metrics_(font, 0),
          strwidth_cache_(cache_metrics_width_size),