Glowbuttons placed on advtoolbars don't seem to correctly display the correct style when the style is set to Windows7.
To reproduce:
Drop the following on a form:
AdvDockPanel
AdvToolBarOfficeStyler
Set the style property of the AdvToolbarOfficeStyler := bsWindows7
Set the toolbarstyler property of the AdvDockpanel := AdvToolBarOfficeStyler
Add an advtoolbar to the AdvDockPanel
Add a advtoolbarbutton and a AdvGlowButton to the Advtoolbar
Run the app. Note that the AdvToolbarButton is blue (correct style) but the AdvGlowButton on the toolbar is silver.
Interestingly, other all other styles seem to display correctly.