Make cursor change when hovering over object.
This commit is contained in:
+1
-1
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user