You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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.
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"
.The text was updated successfully, but these errors were encountered: