Subject TIB_UpdateBar.ShowCaptions don't work
Author tomjanczkadao
Hi
ShowCaptions don't work when CustomGlyphs are assgined to TIB_updateBar.
It seems to work in designtime, but in runtime captions disappear.

I've temporarily commented line 826 i IB_UpdateBar.pas:
procedure TIB_UpdateBar.ResetButtonState;
...
//Buttons[i].Caption := ''; //line826

and it works but i'm not sure if it won't broke somewhere else.


IBO 4.8.7


Regards, Tomek