minor fix
authorKaj Wallin <kaj.wallin@ixonos.com>
Fri, 21 May 2010 12:20:03 +0000 (15:20 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Fri, 21 May 2010 12:20:03 +0000 (15:20 +0300)
Reviewed by: Jussi Laitinen

src/ui/sidepanel.cpp

index 8566a64..aab3cea 100644 (file)
@@ -126,7 +126,7 @@ void SidePanel::setType(SidePanel::PanelType type)
                     this, SIGNAL(toggleState()));
 
             // set mask to allow clicking zoom button at their default position
-//            setMask(QPixmap(":/res/images/userpanel_mask.png").mask());
+            setMask(QPixmap(":/res/images/userpanel_mask.png").mask());
 
             m_panelStateClosed->assignProperty(this, "pos", QPoint(
                     USERPANEL_CLOSED_X, PANEL_TOP_Y));