Opened 16 years ago
Closed 16 years ago
#300 closed defect (fixed)
wxNVIZ: error pressing "All" button
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
In Nviz tools > Layer properties press button "All" (BTW - what is it for?) - error:
Traceback (most recent call last): File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/nv iz_tools.py", line 1723, in OnSurfaceModeAll self.SetSurfaceMode(all=True) TypeError : SetSurfaceMode() got an unexpected keyword argument 'all'
Change History (3)
comment:1 by , 16 years ago
Component: | default → wxGUI |
---|
comment:2 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
It sets current draw settings to all loaded surfaces, fixed in r35314 (trunk), r35315 (devbr6) and r35316 (relbr64).