Modify ↓
Opened 3 years ago
Closed 3 years ago
#4261 closed defect (fixed)
[PATCH] Selection information is not updated after undo/redo
| Reported by: | Kalle Lampila | Owned by: | jttt |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | undo, redo, selection, patch |
| Cc: |
Description
Example reproduce this issue. Select some way with tags. Delete tag in properties windows. Press undo button. tag that undo return is not show in properties windows even it should.
Currently code test is selection changed, but this in not work in cases when selection stay same but there is properties changed in selection. Following patch change that fireSelectionChanged is call after every undo and redo.
Attachments (1)
Change History (4)
Changed 3 years ago by Kalle Lampila
comment:1 Changed 3 years ago by stoecker
- Owner changed from team to jttt
comment:2 Changed 3 years ago by stoecker
Ticket #4094 has been marked as a duplicate of this ticket.
comment:3 Changed 3 years ago by jttt
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Hmpf, I believe there was a reason for this and your fix is at wrong place. There should be a new signal for this.
@Jiri: I think this is an issue for you.