Ticket #1095 (assigned)
"Show Advanced Properties" preference should take effect immediately
| Reported by: | markwoon | Owned by: | AlexanderPico |
|---|---|---|---|
| Milestone: | Component: | Pathvisio | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The "Show Advanced Properties" preference currently does not take effect immediately. You have to reselect the PathwayElement?(s) before you can see the advanced properties.
I am attaching a patch that has the PropertyDisplayManager? listen for the PreferenceEvent? and updating the PathwayTableModel? after it has set the visibility of the advanced properties properly.
Note that the table model cannot listen for the event directly because it'll cause a race condition - the table model update must happen AFTER the PropertyDisplayManage? has done its thing.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
