[Uml-devel] KDE/kdesdk/umbrello/umbrello/widgets
Ralf Habacker
ralf.habacker at gmail.com
Sun Jun 10 20:42:03 UTC 2012
SVN commit 1299642 by habacker:
fixed category widget resizing bug by enabling aspect ratio.
BUG:301595
M +1 -0 categorywidget.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/categorywidget.cpp #1299641:1299642
@@ -29,6 +29,7 @@
CategoryWidget::CategoryWidget(UMLScene * scene, UMLCategory *o)
: UMLWidget(scene, WidgetBase::wt_Category, o)
{
+ m_fixedAspectRatio = true;
}
/**
More information about the umbrello-devel
mailing list