OS: Vista64
In popupMenu, add item:
MenuItem* test = new DefaultMenuItem("ColourBurst", root, menu); test->getFont()->setBold(true); test->getFont()->setColor(new Color("red"));
Result: When menu appears, item text is normal colour and style.
Log in to post a comment.