dragging then removing guide causes undo problem
Bug #1354236 reported by
Liam P. White
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Medium
|
Unassigned |
Bug Description
Carried over from comment 7 of bug #1227193 (issue was unrelated)
1. start dragging out a guide from the ruler (don't drop it on the page)
2. drag it on or past the ruler to delete it
3. press undo (any undo method works, Edit menu, toolbar button and ctrl + z)
4. the terminal outputs:
** (inkscape:8556): WARNING **: Incomplete undo transaction:
** (inkscape:8556): WARNING **: Event: Set attribute showguides to "true" on #<Element:
** (inkscape:8556): WARNING **: Event: Set attribute inkscape:guide-bbox to "true" on #<Element:
Occurs because sp_dt_ruler_event modifies the document but as the guide is immediately deleted the change is never committed with DocumentUndo::done