Setting an image for flags: (BTRControlStateHighlighted | BTRControlStateSelected)
does not work properly when highlighted.
I'm unsure about how the logic should be handled here. If we're saying that we only want the image to be set for those flags, then it's doing it correctly. The image will only be shown when both of those flags are matched.
However, if we're looking at it another way where we show the image on both highlighted and selected states, then currently we're doing it wrong.
Setting an image for flags:
(BTRControlStateHighlighted | BTRControlStateSelected)does not work properly when highlighted.
I'm unsure about how the logic should be handled here. If we're saying that we only want the image to be set for those flags, then it's doing it correctly. The image will only be shown when both of those flags are matched.
However, if we're looking at it another way where we show the image on both highlighted and selected states, then currently we're doing it wrong.