#268: the "command layer" in wxGUI does not work
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
The "command layer" in wxGUI does not work. Whatever I enter as the
display command gives no effect.
#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: martinl
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):
Replying to [comment:3 msieczka]:
> Ahh, this takes place only when autorendering is enabled.
Right, fixed in devbr6 (r33185) and trunk (r33186). Command layer is
rendered on enter key event not when command is changed. It's also
possible to enter multiple commands separated by ';'. It required some
changes in render engine, so please test.