QTfrontend/igbox.cpp
changeset 2072 6e0fcbcc3f60
parent 1810 4059cafd1da7
child 2948 3f21a9dc93d0
--- a/QTfrontend/igbox.cpp	Sun May 17 13:04:58 2009 +0000
+++ b/QTfrontend/igbox.cpp	Sun May 17 14:25:45 2009 +0000
@@ -25,6 +25,8 @@
 
 IconedGroupBox::IconedGroupBox(QWidget * parent)
 {
+// Has issues with border-radius on children
+//    setAttribute(Qt::WA_PaintOnScreen, true);
 	titleLeftPadding = 82;
     contentTopPadding = 22;
 }