camerauis/cameraxui/cxui/src/cxuipostcaptureview.cpp
changeset 29 699651f2666f
parent 24 2094593137f5
child 32 5c1e3c6aa4ef
--- a/camerauis/cameraxui/cxui/src/cxuipostcaptureview.cpp	Fri May 14 15:40:46 2010 +0300
+++ b/camerauis/cameraxui/cxui/src/cxuipostcaptureview.cpp	Thu May 27 12:43:29 2010 +0300
@@ -476,8 +476,8 @@
 //
 void CxuiPostcaptureView::mousePressEvent(QGraphicsSceneMouseEvent *event)
 {
-    //! @todo temporary workaround for title bar mouse event handling bug
-    if (event->type() == QEvent::GraphicsSceneMousePress && event->scenePos().y() > 70) {
+
+    if (event->type() == QEvent::GraphicsSceneMousePress) {
         mPostcaptureTimer.stop();
         toggleControls();
         event->accept();