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

Warnings: replace wxSOLID with wxPENSTYLE_SOLID #6579

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

vovodroid
Copy link
Contributor

Fix 'wxPen::wxPen': deprecated: use wxPENSTYLE_XXX constants warning.
In latest wx/peninfobase.h:

enum wxPenStyle
{
    wxPENSTYLE_INVALID = -1,
    wxPENSTYLE_SOLID = wxSOLID,
....
}

@vovodroid vovodroid closed this Aug 27, 2024
@vovodroid vovodroid deleted the solid-style-pr branch August 27, 2024 18:03
@vovodroid vovodroid restored the solid-style-pr branch August 27, 2024 18:04
@vovodroid vovodroid reopened this Aug 27, 2024
Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you

@SoftFever SoftFever merged commit 82c9066 into SoftFever:main Sep 7, 2024
30 checks passed
@vovodroid vovodroid deleted the solid-style-pr branch September 7, 2024 10:20
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

Successfully merging this pull request may close these issues.

2 participants