Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inno Setup] MsgBoxes reverts CheckListBoxes to standard-style #31

Open
Kotyarko opened this issue Apr 14, 2016 · 1 comment
Open

[Inno Setup] MsgBoxes reverts CheckListBoxes to standard-style #31

Kotyarko opened this issue Apr 14, 2016 · 1 comment
Milestone

Comments

@Kotyarko
Copy link

The same problem with #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).

@RRUZ RRUZ added this to the Inno Setup milestone Oct 24, 2016
@ddv88
Copy link

ddv88 commented Feb 27, 2017

The same with other elements #38
I think form should be reloaded after each popup like WizardForm.Update; but now it doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants