Opened 18 years ago
Closed 18 years ago
#80 closed defect (wontfix)
bug with setting lines with space key
Reported by: | anonymous | Owned by: | imi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
When using the line (segment) tool, new segments can be inserted with the SPACE key or with a mouse click. Sometimes the SPACE key does not work or does funny things like putting in a segment not to the last node but the one used before that. Sometimes even nodes get deleted when doing this. In most cases you can recover from this by going back to using the mouse click instead of the SPACE key for a while!?
This might be a timing/locking issue, because it seems to happen more often when the application is slow due to a large data set and when hitting the SPACE key too fast.
Space is activating the "button which has the focus", not the "segment mode". Press 'g' instead of space should help.