[Uml-devel] [Bug 91433] template parameters contour should be dashed

Jonathan Riddell jr at jriddell.org
Sat Oct 16 07:59:06 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=91433        
jr jriddell org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jr jriddell org  2004-10-16 16:58 -------
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