vcl-styles-plugins
vcl-styles-plugins copied to clipboard
[Inno Setup] MsgBoxes reverts CheckListBoxes to standard-style
The same problem with RRUZ/vcl-styles-plugins#21. After closing any MsgBoxes (MsgBox, MsgBoxEx (on enhanced version IS), ExitSetupMsgBox, etc.), the style of TNewCheckListBox`es becomes to standard.
Before calling MsgBox:
Call MsgBox:
After closure MsgBox:
Reproducing on Inno Setup 5.5.1 (Ansi\Unicode, Enhanced), 5.5.8 (Unicode), 5.5.9 (Unicode). Version of VCL-plugin: 1.5.4.0. Bug is present on both (full and lite VCL-plugin) versions. OS: Windows 10 (64).
The same with other elements https://github.com/RRUZ/vcl-styles-plugins/issues/38
I think form should be reloaded after each popup like WizardForm.Update;
but now it doesn't work.