Opened 16 years ago
Closed 16 years ago
#288 closed defect (fixed)
"Set options" for scale and N arrow fails
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
- Add overlay > Add scalebar...
- press "Set Options" button - failure:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/gd ialogs.py", line 389, in OnOptions parentframe=self.parent) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/me nuform.py", line 1603, in ParseCommand get_dcmd=get_dcmd, layer=layer) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/me nuform.py", line 619, in __init__ mainFrame=self) File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/me nuform.py", line 1239, in __init__ self.FindWindowById(p['wxId']).SetFocus() File "/usr/lib/python2.5/site- packages/wx-2.8-gtk2-unicode/wx/_core.py", line 9390, in FindWindowById return _core_.Window_FindWindowById(*args, **kwargs) TypeError : in method 'Window_FindWindowById', expected argument 2 of type 'long'
Note:
See TracTickets
for help on using tickets.
Fixed in r33297.