Opened 16 years ago
Closed 16 years ago
#440 closed defect (fixed)
wxgui 'Save display geometry to named region' button gives error
Reported by: | epatton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | x86-64 | Platform: | Linux |
Description
Similar in nature to bugs #437 and #439, clicking on the 'Save display geometry to named region' button in the Map Display window gives an error and the following traceback from the output window:
Traceback (most recent call last): File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py", line 2489, in SaveDisplayRegion dlg = gdialogs.SavedRegion(self, wx.ID_ANY, "Save display extents to region file", NameError : global name 'gdialogs' is not defined
~ Eric.
Change History (2)
comment:1 by , 16 years ago
Component: | default → wxGUI |
---|---|
CPU: | Unspecified → x86-64 |
Platform: | Unspecified → Linux |
Priority: | major → minor |
Version: | unspecified → svn-trunk |
comment:2 by , 16 years ago
Milestone: | 6.4.0 → 7.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r35441.