Modify ↓
Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | undo-selection-fix.diff added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from team to jttt |
---|
comment:3 Changed 14 years ago by
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.