Ticket #439 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

'Zoom to saved region' button on Map Display gives error

Reported by: epatton Owned by: grass-dev@…
Priority: minor Milestone: 7.0.0
Component: wxGUI Version: svn-trunk
Keywords: map display, zoom, region Cc:
Platform: Linux CPU: x86-64

Description

Clicking the 'Zoom to saved region' button on the Map Display window gives the following error:

Traceback (most recent call last):
  File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma
pdisp_window.py", line 2445, in ZoomToSaved

dlg = gdialogs.SavedRegion(self, wx.ID_ANY, _("Zoom to saved
region extents"),
NameError
:
global name 'gdialogs' is not defined

~ Eric.

Change History

Changed 3 years ago by epatton

  • component changed from default to wxGUI

Changed 3 years ago by epatton

  • priority changed from major to minor

Changed 3 years ago by martinl

  • milestone changed from 6.4.0 to 7.0.0

Changed 3 years ago by martinl

  • status changed from new to closed
  • resolution set to fixed

Fixed in r35441.

Note: See TracTickets for help on using tickets.