Skip to content

Commit

Permalink
mouse tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jul 5, 2011
1 parent bf3880b commit 48fc3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/globe/qgsosgviewer.cpp
Expand Up @@ -26,6 +26,7 @@ QgsGLWidgetAdapter::QgsGLWidgetAdapter( QWidget * parent, const char * name, con
{
_gw = new osgViewer::GraphicsWindowEmbedded(0,0,width(),height());
setFocusPolicy(Qt::ClickFocus);
setMouseTracking ( true );
}

void QgsGLWidgetAdapter::resizeGL( int width, int height )
Expand Down

0 comments on commit 48fc3b3

Please sign in to comment.