[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Matthias Kretz
kretz at kde.org
Sat Dec 17 08:52:02 UTC 2005
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