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: grass-dev@…
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc:
CPU: All Platform: All

Description

  1. Add overlay > Add scalebar...
  1. 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'

Change History (1)

comment:1 by martinl, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r33297.

Note: See TracTickets for help on using tickets.