QTfrontend/pages.h
changeset 3937 494221b5950e
parent 3932 2fc211f60015
child 3943 9835060e5c01
--- a/QTfrontend/pages.h	Thu Oct 07 16:02:28 2010 -0400
+++ b/QTfrontend/pages.h	Fri Oct 08 17:47:00 2010 +0200
@@ -70,6 +70,7 @@
  protected:
   AbstractPage(QWidget* parent = 0) {
     font14 = new QFont("MS Shell Dlg", 14);
+    setFocusPolicy(Qt::StrongFocus);
   }
   virtual ~AbstractPage() {};