Opened 12 years ago
Closed 12 years ago
#1853 closed defect (fixed)
d.rast does not work with monitors created with d.mon
Reported by: | huhabla | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 7.0.0 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.mon, d.rast, wx0 | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Hi, d.mon wx0 in conjunction with d.rast does not work anymore in the latest svn version of grass 7.
Here the traceback:
GRASS 7.0.svn (utm43wgs84):~ > d.mon wx0 GRASS 7.0.svn (utm43wgs84):~ > d.rast h GRASS 7.0.svn (utm43wgs84):~ > Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line 1358, in Notify
self.notify()
File "/home/soeren/src/grass7.0/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/mapdisp/main.py", line 288, in watcher
self.mapFrm.OnDraw(None)
File "/home/soeren/src/grass7.0/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/gui_core/mapdisp.py", line 278, in OnDraw
File "/home/soeren/src/grass7.0/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/mapdisp/mapwindow.py", line 633, in UpdateMap
windres = windres)
File "/home/soeren/src/grass7.0/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/core/render.py", line 961, in Render
maps, masks, opacities = self.GetMapsMasksAndOpacities(force, windres)
TypeError: GetMapsMasksAndOpacities() takes exactly 4 arguments (3 given)
This bug was already fixed a few days ago (r54621).