I know there was another thread on menus with 15.09 but there appears to be no resolution.
Specifically, using a menu on a button bar, the first level displayed is fine. However, a submenu does not inherit the font of the first one. In my case, it is much larger and poorly spaced:
MENU
MENUITEM "Abc"
MENUITEM "Def"
MENUITEM "Options"
MENU
MENUITEM "Ghi"
MENUITEM "JKL"
ENDMENU
ENDMENU
In this case, the first menu items will be with a font of size 8, but the submenu items will be of size 12. It is a significant difference. Also, the right margin is fine on the main menu, but not properly extended on the submenu.
I have reviewed other threads on this. A am using Build 2 of 15.09
Tim
This is when I call menus from a button on a button bar, and it was working correctly in 15.05 ( my last useable FWH prior to 15.09 ).