[Uml-devel] KDE/kdesdk/umbrello/umbrello/widgets
Andi Fischer
andi.fischer at hispeed.ch
Wed Jul 28 19:56:58 UTC 2010
SVN commit 1156267 by fischer:
When printing or umlviewdialog was closed the notewidgets were set to their initial size. Fixed now.
M +3 -1 notewidget.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/notewidget.cpp #1156266:1156267
@@ -185,7 +185,9 @@
width += 10;
}
else {
- // do nothing, keep width and height unchanged for resizing
+ // keep width and height unchanged
+ width = getWidth();
+ height = getHeight();
}
return QSize(width, height);
}
More information about the umbrello-devel
mailing list