https://bugs.kde.org/show_bug.cgi?id=477036
--- Comment #1 from Angelo Puglisi <angelopuglis...@msn.com> --- It works properly with: ``` diff --git a/src/part/dot2qtconsts.cpp b/src/part/dot2qtconsts.cpp index c600f70..91d7515 100644 --- a/src/part/dot2qtconsts.cpp +++ b/src/part/dot2qtconsts.cpp @@ -24,6 +24,7 @@ #include <QColor> #include <QDebug> +#include <qapplication.h> const Dot2QtConsts Dot2QtConsts::m_componentData; @@ -841,6 +842,9 @@ Dot2QtConsts::Dot2QtConsts() i++; } + // Add a default font too + m_psFonts[""] = QApplication::font(); + uint j = 0; while (color_lib[j].name) { // () << "Adding color " << color_lib[j].name; ``` -- You are receiving this mail because: You are watching all bug changes.