diff -r d9fed5a816e9 -r b1fe47b11b99 QTfrontend/pages.h --- a/QTfrontend/pages.h Tue Dec 21 02:17:45 2010 +0100 +++ b/QTfrontend/pages.h Tue Dec 21 10:46:52 2010 +0100 @@ -74,7 +74,7 @@ Q_UNUSED(parent); font14 = new QFont("MS Shell Dlg", 14); - setFocusPolicy(Qt::StrongFocus); + //setFocusPolicy(Qt::StrongFocus); } virtual ~AbstractPage() {};