Bug report #8697
Default actions: typo in get coordinates
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
fix #8697 (git grep clickx.*clickx is your friend)
History
#1 Updated by Paolo Cavallini about 11 years ago
- Subject changed from Default actions: typo in ge coordinates to Default actions: typo in get coordinates
#3 Updated by Paolo Cavallini about 11 years ago
- Status changed from Open to Closed