-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: Krypton.Toolkit.KryptonMessageBox wrong form height when YesNo or AbortRetryIgnore buttons selected #491
Comments
Now that is odd, @Smurf-IV have you seen this behaviour? |
I downloaded the
|
Hi @mbsysde99 the error not appear when using MessageBoxButtons.OK button. Only visible when |
With
With
|
You do not fill in the value for the
Or
|
Maybe a check to see if caption = string.Empty || "" || " " is needed |
To fix the bug at the source see KryptonMessageBox.cs
Testing:
|
Fixed in build 2201 |
Describe the bug
Some types of Krypton.Toolkit.KryptonMessageBox form height is wrong when
MessageBoxButtons.YesNo or MessageBoxButtons.AbortRetryIgnore selected.
To Reproduce
Select MessageBoxButtons.YesNo or MessageBoxButtons.AbortRetryIgnore
in Krypton.Toolkit.KryptonMessageBox.Show(...)
Expected behavior
Correct height
Screenshots
Correct
Incorrect
Desktop (please complete the following information):
Additional context
i just tried it in Krypton.Toolkit.Canary 6.2111.326-beta version only
The text was updated successfully, but these errors were encountered: