mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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.