[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Fri Dec 16 18:15:53 UTC 2011
SVN commit 1268877 by habacker:
compile fix
M +2 -1 umllistview.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistview.cpp #1268876:1268877
@@ -279,9 +279,10 @@
foreach(UMLListViewItem *item, itemsSelected) {
deleteItem(item);
}
+ }
#if 0
// using keyboard to iterate through the items and showing doc do not work as expected
- } else if (k == Qt::Key_Up || k == Qt::Key_Down) {
+ else if (k == Qt::Key_Up || k == Qt::Key_Down) {
UMLListViewItem *current = static_cast<UMLListViewItem*>(currentItem());
UMLListViewItem *item = static_cast<UMLListViewItem*>((k == Qt::Key_Down) ? current->itemBelow() : current->itemAbove());
setSelected(current, false);
More information about the umbrello-devel
mailing list