Files
wxWidgets/interface
Vadim Zeitlin d63adfdda3 Don't assert in wxGridSizer::Calc{Cols,Rows}() if sizer is empty
When the sizer is completely empty, it makes more sense to return 0
from these functions without asserting.

See #25642, #25641.

(cherry picked from commit d1be72aa8e)
2025-07-28 16:25:25 +02:00
..