KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Move where check for "Art" is made #1368

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

Moved out of thread function into GatherGeneratorIncludes(). See issue #1367

This PR moves the check for whether wx/artprov.h must be generated to the GatherGeneratorIncludes() function so that it is not dependent on thread completion for the flag to be set.

Closes #1367