wxwidgets/include
Vadim Zeitlin d09245429a Improve workaround for wrong wxAppTraits creation
Instead of creating wrong wxAppTraits before wxApp object is fully
constructed, don't create them at all by checking whether the object is
complete in GetTraits().

This is better than the version of the grandparent commit because it
doesn't hide accidental traits creation, as was e.g. the case in wxMSW
wxApp until the change of the parent commit, any longer.

See #23315.
2023-03-06 21:43:33 +00:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Improve workaround for wrong wxAppTraits creation 2023-03-06 21:43:33 +00:00