Modify ↓
Opened 15 years ago
Closed 15 years ago
#4261 closed defect (fixed)
[PATCH] Selection information is not updated after undo/redo
Reported by: | KalleLampila | Owned by: | jttt |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
by , 15 years ago
Attachment: | undo-selection-fix.diff added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → 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.