Bug report #8697

Default actions: typo in get coordinates

Added by Paolo Cavallini over 10 years ago. Updated over 10 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Vectors
Affected QGIS version:2.0.1 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:fixed
Crashes QGIS or corrupts data:No Copied to github as #:17418

Description

QtGui.QMessageBox.information(None, "Clicked coords", "layer: [% $layerid ]\
coords: ([
$clickx ],[ $clickx %])")

should be:

QtGui.QMessageBox.information(None, "Clicked coords", "layer: [% $layerid ]\
coords: ([
$clickx ],[ $clicky %])")

(i.e. $clicky instead of $clickx, on the second occurrence).

trivial to fix, once on finds the correct file ;)

Associated revisions

Revision c222c67a
Added by Jürgen Fischer over 10 years ago

fix #8697 (git grep clickx.*clickx is your friend)

History

#1 Updated by Paolo Cavallini over 10 years ago

  • Subject changed from Default actions: typo in ge coordinates to Default actions: typo in get coordinates

#2 Updated by Paolo Cavallini over 10 years ago

  • Resolution set to fixed

#c222c67

#3 Updated by Paolo Cavallini over 10 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF