[KPhotoAlbum] Typo in ImageDisplay.cpp
Christoph Moseler
forums at moseler.net
Wed Nov 15 20:08:08 GMT 2006
Hi,
is this a typo (in Viewer::ImageDisplay::mouseMoveEvent) ?
Index: Viewer/ImageDisplay.cpp
===================================================================
--- Viewer/ImageDisplay.cpp (revision 604994)
+++ Viewer/ImageDisplay.cpp (working copy)
@@ -113,7 +113,7 @@
double ratio = sizeRatio( QSize(_zEnd.x()-_zStart.x(),
_zEnd.y()-_zStart.y()), size() );
bool block = _currentHandler->mouseMoveEvent( &e, event->pos(),
ratio );
if ( !block )
- QWidget::mousePressEvent( event );
+ QWidget::mouseMoveEvent( event );
update();
}
Cheers,
Christoph
More information about the Kphotoalbum
mailing list