Skip to content

Commit

Permalink
Fix for #3743, georeferencer: can't set map coords from map canvas on…
Browse files Browse the repository at this point in the history
… Mac
  • Loading branch information
dakcarto committed Apr 26, 2013
1 parent bab9163 commit 4aa013d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/georeferencer/qgsmapcoordsdialog.cpp
Expand Up @@ -126,6 +126,8 @@ void QgsMapCoordsDialog::maybeSetXY( const QgsPoint & xy, Qt::MouseButton button

mPointFromCanvasPushButton->setChecked( false );
buttonBox->button( QDialogButtonBox::Ok )->setFocus();
activateWindow();
raise();
}

void QgsMapCoordsDialog::setToolEmitPoint( bool isEnable )
Expand Down

0 comments on commit 4aa013d

Please sign in to comment.