Freform Shape does not properly undo
Bug #1958923 reported by
grofaty
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pinta |
Triaged
|
Medium
|
Unassigned |
Bug Description
The tests performed on Ubuntu 20.04 using Pinta 2.0.2 from github package and the latest master from github, the same behavior.
1. Draw three Rectangles one next to one from left to right.
2. Draw something with Freeform Shape.
3. Undo. Freform Shape is correctly undone.
4. Undo again. PROBLEM 1. First two rectangles disappear. I expect to disappear last one.
5. Unto again. PROBLEM 2. Now third rectangle disappears, but second one appears.
6. Undo again. PROBLEM 3. Now second rectangle disappears and first one appears. This is probably the correct state after so many undoes.
To post a comment you must log in.
I think this is just an issue with the rectangle tool (and probably line/curve tool too). Using e.g. a brush afterwards instead of the freeform shape tool still runs into the same undo issue.