Ticket #2109 (closed bug)
Open books palette, tab bar and window menu are not synchronized.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | tanya |
Imp._owners: | tanya | Test_owners: | |
Analysis_reviewers: | tanya | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
When you have for example two books and change the focus by clicking their names in the tab bar or window menu, the corresponding icons in the open books palette doesn't show correctly which book is on focus.
Change History
comment:2 Changed 15 years ago by tanya
- Design_owners set to tanya
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to tanya
comment:3 Changed 15 years ago by tanya
- Status changed from s2a_design_started to s3b_implementation_finished
In setup() of syncSelected() of OpenBooksPalette class should be added:
list().get().validate();
list().get().repaint();
This will make the OpenBooksPalette to repaint after change.
I can't find any problem with WindowMenu.
Note: See
TracTickets for help on using
tickets.