It might be an option then for LABEL_MenuMode (or whatever) to have a transparent background and SELECTTEXTPEN for the text?salass00 wrote: That would make sense and it would get rid of the menu highlighting problem but unfortunately it's probably not that smart a change to do since most other ReAction classes seem to prefer FILLPEN and FILLTEXTPEN for this purpose as well. Just changing label.image to use SELECTPEN and SELECTTEXTPEN instead of FILLPEN and FILLTEXTPEN is probably likely to make some GUIs look inconsistent.
Edit: After a more thorough look the only gadget class that seems to use SELECTPEN by default instead of FILLPEN for highlighting is chooser.gadget and that is probably mainly because it's meant to look and work similar to a menu.
If you change the bitmap.image object to have a transparent background (I think it's BITMAP_Mask,TRUE and BITMAP_UseAlpha,TRUE or something like that), is the highlighting for the selected image there the correct colour?