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

[Bug]: There is no need to replace some functions in KryptonCheckButtonActionList #99

Closed
Smurf-IV opened this issue May 15, 2021 · 1 comment
Labels
bug Something isn't working completed This issue has been completed.

Comments

@Smurf-IV
Copy link
Member

Describe the bug

1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(78,33,78,49): warning CS0108: 'KryptonCheckButtonActionList.ContextMenuStrip' hides inherited member 'KryptonButtonActionList.ContextMenuStrip'. Use the new keyword if hiding was intended.
1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(95,21,95,34): warning CS0108: 'KryptonCheckButtonActionList.ShortTextFont' hides inherited member 'KryptonButtonActionList.ShortTextFont'. Use the new keyword if hiding was intended.
1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(112,21,112,33): warning CS0108: 'KryptonCheckButtonActionList.LongTextFont' hides inherited member 'KryptonButtonActionList.LongTextFont'. Use the new keyword if hiding was intended.
1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(130,20,130,32): warning CS0108: 'KryptonCheckButtonActionList.CornerRadius' hides inherited member 'KryptonButtonActionList.CornerRadius'. Use the new keyword if hiding was intended.

To Reproduce
Steps to reproduce the behaviour:
Build the code !

Expected behavior
The KryptonCheckButton is derived from the KryptonButton, so replacing these functions just complicates the build and the expectation so of the code

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 10]
  • Version 6.0.0.0
@Smurf-IV Smurf-IV added the bug Something isn't working label May 15, 2021
@PWagner1 PWagner1 self-assigned this May 18, 2021
@PWagner1 PWagner1 added in progress A fix for this issue is in the works. under investigation This bug/issue is currently under investigation. labels May 18, 2021
@PWagner1 PWagner1 added this to the November 2021 (Version 6) milestone May 18, 2021
PWagner1 added a commit that referenced this issue May 20, 2021
@PWagner1 PWagner1 removed their assignment May 20, 2021
@PWagner1 PWagner1 added completed This issue has been completed. and removed in progress A fix for this issue is in the works. under investigation This bug/issue is currently under investigation. labels May 20, 2021
@PWagner1
Copy link
Contributor

A fix has been issued in the August 2021 (Canary) release.

@PWagner1 PWagner1 mentioned this issue May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed This issue has been completed.
Projects
None yet
Development

No branches or pull requests

2 participants