[Uml-devel] KDE/kdesdk/umbrello/umbrello
Matthias Kretz
kretz at kde.org
Sat Dec 17 08:52:02 UTC 2005
SVN commit 489111 by mkretz:
forward-port of bugfix for 117990: Entity widgets are too high.
M +2 -1 entity.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/entity.cpp #489110:489111
@@ -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