Files
wxWidgets/samples/widgets
Hartwig Wiesmann 9f12e8ab56 Really fix creating controls on startup in widgets sample
The changes in 66076afb6f (Fix creating controls on startup in the
widgets sample under Mac, 2024-05-15) used IsClientAreaChild()
incorrectly, it should be called on the parent object and not negated.

See #24528, #24529.

Closes #24568.

Closes #24569.
2024-05-28 18:46:33 +02:00
..