[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Feb 9 12:10:14 UTC 2006
SVN commit 507682 by okellogg:
typeIsClassifierList(): Add missing listview types.
M +4 -2 umllistview.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umllistview.cpp #507681:507682
@@ -2893,8 +2893,10 @@
bool UMLListView::typeIsClassifierList(Uml::ListView_Type type) {
if (type == Uml::lvt_Attribute ||
- type == Uml::lvt_Operation ||
- type == Uml::lvt_Template) {
+ type == Uml::lvt_Operation ||
+ type == Uml::lvt_Template ||
+ type == Uml::lvt_EntityAttribute ||
+ type == Uml::lvt_Unknown) { // used for enum literal
return true;
} else {
return false;
More information about the umbrello-devel
mailing list