Ticket #3404 (closed defect: fixed)
[patch] color tag viewnormal not accepted
Reported by: | and | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.14 |
Component: | mc-skin | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
color tag viewnormal is not respected, because
underlying bsearch() expected a sorted array to work correctly
attached patch will solve this bug.
Attachments
Change History
Changed 10 years ago by and
- Attachment mc-4.8.13-old_colors-orderfix.patch added
comment:1 Changed 10 years ago by andrew_b
- Status changed from new to accepted
- Votes for changeset set to andrew_b
- Component changed from mc-core to mc-skin
- Version changed from 4.8.13 to master
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.14
- Owner set to andrew_b
Thanks! Applied.
Branch: 3404_old_colors_sort
changeset:29d4afc657e9d70d2f7b258d9654173f04f31b6d
comment:3 Changed 10 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [29d4afc657e9d70d2f7b258d9654173f04f31b6d].
Note: See
TracTickets for help on using
tickets.
old_color table sort fix