Make cursor change when hovering over object.

This commit is contained in:
Jim Evins
2015-08-14 15:21:57 -04:00
parent cdbc3a8c9b
commit e5f5ddaf17
11 changed files with 82 additions and 47 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ glabels::View::mouseMoveEvent( QMouseEvent* event )
case IdleState:
/* @TODO handle handles. */
if ( mModel->objectAt( xWorld, yWorld ) )
if ( mModel->objectAt( mZoom, xWorld, yWorld ) )
{
setCursor( Qt::SizeAllCursor );
}