Opened 16 years ago
Closed 16 years ago
#439 closed defect (fixed)
'Zoom to saved region' button on Map Display gives error
Reported by: | epatton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | map display, zoom, region | Cc: | |
CPU: | x86-64 | Platform: | Linux |
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 (4)
comment:1 by , 16 years ago
Component: | default → wxGUI |
---|
comment:2 by , 16 years ago
Priority: | major → minor |
---|
comment:3 by , 16 years ago
Milestone: | 6.4.0 → 7.0.0 |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r35441.