wxwidgets/include
Vadim Zeitlin 0130282987 Create wxPGGlobalVars on demand and not on startup
This is slightly more efficient as it avoids allocating an object which
is possibly not ever going to be used on startup of any application
linking with the propgrid library (at the price of slower access to this
object, but this should never be done in performance-critical parts of
the code, hopefully) and avoids a problem with losing the previously
registered editors when re-initializing wx modules, as wxPython does.

Closes #23165.

See #23187.
2023-01-31 01:26:54 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Create wxPGGlobalVars on demand and not on startup 2023-01-31 01:26:54 +01:00