vcl-styles-plugins icon indicating copy to clipboard operation
vcl-styles-plugins copied to clipboard

[Inno Setup] MsgBoxes reverts CheckListBoxes to standard-style

Open Kotyarko opened this issue 8 years ago • 1 comments

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: before Call MsgBox: call After closure MsgBox: after

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).

Kotyarko avatar Apr 14 '16 12:04 Kotyarko

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.

ddv88 avatar Feb 27 '17 16:02 ddv88