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: Images list filename not being used for generated #include statement #1475

Closed
KeyWorksRW opened this issue May 27, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@KeyWorksRW
Copy link
Owner

Description:

It looks like the filename for the Images list is not being used for the #include generated in any C++ header files that use functions/data from the Images list file. This is currently reproduciblle in wxUiTesting/quick/dlg_test.wxui which uses my_images as the filename, but the generated test_dlg.h uses #include "images.h".

@KeyWorksRW KeyWorksRW added the bug Something isn't working label May 27, 2024
@KeyWorksRW KeyWorksRW added this to the wxUiEditor 1.2.2 milestone May 27, 2024
@Randalphwa
Copy link
Collaborator

I just tried to reproduce this and it worked fine. I have made some changes to image list handling since the bug was created, so I'm going to assume it got fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants