Skip to content

Commit

Permalink
Merge pull request #1283 from simonsonc/rename-accept-hover-events
Browse files Browse the repository at this point in the history
Rename setAcceptsHoverEvents
  • Loading branch information
wonder-sk committed Apr 1, 2014
2 parents b60794e + d969fb3 commit 434574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermousehandles.cpp
Expand Up @@ -45,7 +45,7 @@ QgsComposerMouseHandles::QgsComposerMouseHandles( QgsComposition *composition )
QObject::connect( mComposition, SIGNAL( selectionChanged() ), this, SLOT( selectionChanged() ) );

//accept hover events, required for changing cursor to resize cursors
setAcceptsHoverEvents( true );
setAcceptHoverEvents( true );
}

QgsComposerMouseHandles::~QgsComposerMouseHandles()
Expand Down

0 comments on commit 434574e

Please sign in to comment.