RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
329 stars 115 forks source link

TStatusBar.Panels[0].Text not Update #290

Open frankwu-delphi opened 2 years ago

frankwu-delphi commented 2 years ago

Hello, a test in my project, I used TStatusBar + ActionList, after enabling Vcl style Utils, the StatusBar.Panels[0].text not Update. ScreenSnap_20211209180500027 vcl style utils test2.zip

DinuruSeniya commented 2 years ago

Try after setting the captions: StatusBar1.Update;