Files
wxWidgets/include
Vadim Zeitlin 651e2d7d03 Assert inside wxAuiPaneInfo::IsValid() itself
Instead of always calling this function inside an assert-like macro,
just assert in the function itself if the pane settings are
inconsistent.

This allows to give a more precise message, e.g. we can now explain what
is wrong with the center pane settings if any of the dock-related values
are non-zero.

See #26679.
2026-07-20 23:54:34 +02:00
..