From b9ec42913b1dc7fc39848f245e55c7b36d7c2fa6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 30 Mar 2005 19:13:02 +0000 Subject: more fixes --- (limited to 'korganizer/koviewmanager.cpp') diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index 53cd011..548ffd3 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -647,6 +647,7 @@ void KOViewManager::showMonthViewWeek() } mMainView->dateNavigator()->selectWeek(); showView(mMonthView, full ); + mMonthView->setKeyBFocus(); } void KOViewManager::showMonth( const QDate & date ) @@ -676,6 +677,7 @@ void KOViewManager::showMonthView() mMainView->dateNavigator()->selectMonth(); showView(mMonthView, full ); + mMonthView->setKeyBFocus(); } -- cgit v0.9.0.2