summaryrefslogtreecommitdiffabout
path: root/korganizer
Side-by-side diff
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kolistview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/kolistview.cpp b/korganizer/kolistview.cpp
index e560ce4..b236c2d 100644
--- a/korganizer/kolistview.cpp
+++ b/korganizer/kolistview.cpp
@@ -1285,6 +1285,8 @@ void KOListViewListView::keyPressEvent ( QKeyEvent *e)
if ( cn ) {
setCurrentItem ( cn );
ensureItemVisible ( cn );
+ } else {
+ emit currentChanged( ci );
}
}
}