Ticket #288 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

"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:
Platform: All CPU: All

Description

1. Add overlay > Add scalebar...

2. 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

Changed 3 years ago by martinl

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

Fixed in r33297.

Note: See TracTickets for help on using tickets.