From 27ffa2e08ebb38e71f613af3a214750442418e2c Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 27 Jul 2005 23:40:19 +0000 Subject: fixcxcx --- (limited to 'korganizer') diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index eea9a4d..4aeb20c 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -1109,7 +1109,11 @@ void MonthViewCell::contextMenu( QListBoxItem *item ) //qApp->processEvents(); MonthViewItem *eventItem = static_cast( item ); Incidence *incidence = eventItem->incidence(); - if ( incidence ) mMonthView->showContextMenu( incidence ); + if ( incidence ) { + mMonthView->showContextMenu( incidence ); + selection( item ); + doHighLight( incidence ); + } } void MonthViewCell::selection( QListBoxItem *item ) -- cgit v0.9.0.2