[Uml-devel] [Bug 90106] Export Diagram PNG has black edges on left and top

Jonathan Riddell jr at jriddell.org
Wed Oct 27 15:36:35 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=90106        
jr jriddell org changed:

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



------- Additional Comments From jr jriddell org  2004-10-28 00:34 -------
CVS commit by jriddell: 

Remove margin which was causing problems
BUG:90106


  M +2 -0      umlview.cpp   1.183


--- kdesdk/umbrello/umbrello/umlview.cpp  #1.182:1.183
 @ -885,4 +885,5  @ QRect UMLView::getDiagramRect() {
         }
 
+/* Margin causes problems of black border around the edge
         // Margin:
         startx -= 24;
 @ -890,4 +891,5  @ QRect UMLView::getDiagramRect() {
         endx += 24;
         endy += 20;
+*/
 
         return QRect(startx, starty,  endx - startx, endy - starty);




More information about the umbrello-devel mailing list