[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Sat Oct 16 07:59:04 UTC 2004
CVS commit by jriddell:
Fix beastie 91433 template parameters contour should be dashed
BUG:91433
M +3 -0 classwidget.cpp 1.33
--- kdesdk/umbrello/umbrello/classwidget.cpp #1.32:1.33
@@ -191,4 +191,7 @@ void ClassWidget::draw(QPainter & p, int
QFont font = UMLWidget::getFont();
UMLWidget::draw(p, offsetX, offsetY);
+ QPen pen = p.pen();
+ pen.setStyle(DotLine);
+ p.setPen(pen);
p.drawRect( offsetX + width() - templatesBoxSize.width(), offsetY,
templatesBoxSize.width(), templatesBoxSize.height() );
More information about the umbrello-devel
mailing list