This patch adds an indicator to enum menus to indicate the currently set item, as discussed here:
T62309
It looks like the following:
Just adds a new uiBut flag UI_BUT_CURRENT that can be used to indicate that the item represents the currently-set value. Added a new "Extra Icon" that can decorate the right-side of items like the eyedropper icon can sometimes do. And then set this flag if showing the current item.
Using ICON_LAYER_ACTIVE just because I like the size of this circle. But I do prefer it to be a small circle like this as it adds a highlight that is not too strong and does not give any extra meaning.


