From 0a473b3a2af6cab57f1fc0f360aff7e2dfeca133 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 16 Jul 2015 18:47:57 -0300 Subject: Fix mouse interaction with the Location List paint methods should be used only to paint, not to trigger other widget behaviours ( we could got ourselves into a bad recursion bug from that ). Also, enabled mouse tracking to correctly track the mouse movement inside the widget. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/modeldelegates.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'qt-ui/modeldelegates.cpp') diff --git a/qt-ui/modeldelegates.cpp b/qt-ui/modeldelegates.cpp index 404d329fc..848c66fa8 100644 --- a/qt-ui/modeldelegates.cpp +++ b/qt-ui/modeldelegates.cpp @@ -540,17 +540,6 @@ void LocationFilterDelegate::paint(QPainter *painter, const QStyleOptionViewItem free( (void*) gpsCoords); } -#ifndef NO_MARBLE - if ((option.state & QStyle::State_HasFocus)) { - // show either the GPS location of the currently focused dive site or - // the gps data for the displayed dive site (even if that has no GPS -> zoom out) - if (dive_site_has_gps_location(ds)) - MainWindow::instance()->globe()->centerOnDiveSite(ds); - else - MainWindow::instance()->globe()->centerOnDiveSite(&displayed_dive_site); - } -#endif - if (dive_site_has_gps_location(ds) && dive_site_has_gps_location(&displayed_dive_site)) { // so we are showing a completion and both the current dive site and the completion // have a GPS fix... so let's show the distance -- cgit v1.2.3-70-g09d2