Opened 16 years ago
Closed 16 years ago
#281 closed defect (fixed)
query tool crashes when the user presses mouse buttons fast
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
Query a raster map in a burst of 5 or more quick mouse clicks - error:
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/go utput.py", line 86, in run event = wxCmdDone(aborted=self.requestCmd.aborted, AttributeError: 'NoneType' object has no attribute 'aborted'
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r33257.