[GRASS-dev] Re: [GRASS GIS] #1425: error in python _core.py from wxNVIZ

GRASS GIS trac at osgeo.org
Sun Aug 21 14:48:10 EDT 2011


#1425: error in python _core.py from wxNVIZ
---------------------------+------------------------------------------------
 Reporter:  cmbarton       |       Owner:  grass-dev@…              
     Type:  defect         |      Status:  new                      
 Priority:  normal         |   Milestone:  7.0.0                    
Component:  wxGUI          |     Version:  svn-trunk                
 Keywords:  mouse, wxNVIZ  |    Platform:  Unspecified              
      Cpu:  Unspecified    |  
---------------------------+------------------------------------------------

Comment(by annakrat):

 Hi Michael,

 how can I reproduce this error?
 I'm not sure I understand the problem but try to remove the first line in
 GLWindow.OnLeftUp:
 {{{
 self.ReleaseMouse()
 }}}

 or use:
 {{{
 if self.HasCapture():
    self.ReleaseMouse()
 }}}

 Does it help?

 Anna

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1425#comment:2>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list