[Uml-devel] [Bug 117990] In ER models adding associations will add blank space in the entity attributes

Matthias Kretz kretz at kde.org
Sat Dec 17 08:52:02 UTC 2005


------- 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=117990         
kretz kde org changed:

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



------- Additional Comments From kretz kde org  2005-12-17 10:48 -------
SVN commit 489110 by mkretz:

BUG: 117990

This fixes entity widgets being too high.



 M  +2 -1      entity.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/entity.cpp #489109:489110
 @ -167,7 +167,8  @
 }
 
 int UMLEntity::entityAttributes() {
-    return m_List.count();
+    UMLClassifierListItemList entityAttributes = getFilteredList(Uml::ot_EntityAttribute);
+    return entityAttributes.count();
 }




More information about the umbrello-devel mailing list