diff -r 2094593137f5 -r 699651f2666f camerauis/cameraxui/cxui/src/cxuipostcaptureview.cpp --- 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();