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

Allow duplicate variable names when platform-conditionalized #1448

Open
KeyWorksRW opened this issue Mar 23, 2024 · 0 comments
Open

Allow duplicate variable names when platform-conditionalized #1448

KeyWorksRW opened this issue Mar 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KeyWorksRW
Copy link
Owner

Description:

It's possible to want to use a two platform specific controls that use the same variable name. That's currently not possible, because our unique variable is not checking platform conditionals. I encountered that when trying to use a wxButton on Windows and wxCommandLinkButton on Linux. I think this is going to be a rare occurrence, so it's definitely a low priority, but it should be looked into at some point.

@KeyWorksRW KeyWorksRW added the enhancement New feature or request label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant