Opened 5 years ago
Closed 5 years ago
#78 closed defect (fixed)
Pressing space while drawing lines breaks line drawing
Reported by: | Philip Linde | Owned by: | PulkoMandy |
---|---|---|---|
Priority: | minor | Milestone: | 2.6 |
Component: | GrafX2 | Version: | 2.5 |
Keywords: | Cc: |
Description
If you press space while drawing lines, it will break line drawing through the rest of the session. Lines are no longer drawn, but it leaves some "residue" in the buffer during the operation. It's hard to explain the effect, much easier how to reproduce:
- Select line tool, either normal lines, knotted lines or concentric lines.
- Start a line drawing operation
- Press space
- Perform line operations normally
I understand space is used for panning. Maybe it should be disabled altogether mid operation.
Change History (5)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Yes, panning (or in general changing the viewport) is not allowed during an operation. Even resizing the GrafX2 window is blocked. We probably missed one case when introducing the photoshop-like "hold spacebar" panning?