From 997e7660a81baa2b8aeb1b66a3cc3ebe54e00ebe Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 02 Apr 2005 12:16:34 +0000 Subject: more fixes --- (limited to 'kaddressbook/views/configurecardviewdialog.cpp') diff --git a/kaddressbook/views/configurecardviewdialog.cpp b/kaddressbook/views/configurecardviewdialog.cpp index 366e54c..e0fbd21 100644 --- a/kaddressbook/views/configurecardviewdialog.cpp +++ b/kaddressbook/views/configurecardviewdialog.cpp @@ -215,11 +215,15 @@ void CardViewLookNFeelPage::setHeaderFont() void CardViewLookNFeelPage::enableFonts() { vbFonts->setEnabled( cbEnableCustomFonts->isChecked() ); + if ( cbEnableCustomFonts->isChecked() ) + vbFonts->setFocus(); } void CardViewLookNFeelPage::enableColors() { lbColors->setEnabled( cbEnableCustomColors->isChecked() ); + if ( cbEnableCustomColors->isChecked() ) + lbColors->setFocus(); } void CardViewLookNFeelPage::initGUI() -- cgit v0.9.0.2