[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Ralf Habacker
ralf.habacker at gmail.com
Mon Apr 2 05:22:58 UTC 2012
SVN commit 1287894 by habacker:
Reduced differences to trunk.
M +2 -2 widgetbase.cpp
--- branches/work/soc-umbrello/umbrello/widgets/widgetbase.cpp #1287893:1287894
@@ -505,7 +505,7 @@
}
m_usesDiagramFont = status;
if (status && umlScene()) {
- QFont f = umlScene()->getFont();
+ QFont f = umlScene()->font();
if (f != font()) {
setFont(f);
}
@@ -627,7 +627,7 @@
setBrush(brush);
m_usesDiagramFont = m_loadData.value("usesDiagramFont", true).toBool();
- QFont font = scene->getFont();
+ QFont font = scene->font();
if (!m_usesDiagramFont) {
font = m_loadData.value("font").value<QFont>();
}
More information about the umbrello-devel
mailing list