wxWidgets/include
Vadim Zeitlin ef7ab73206 Fix wxGenericCollapsiblePane best size calculation
DoGetBestSize() actually calculated the best client size and not the
full size, as it didn't take the pane border into account.

Fix this in the simplest possible way, by just renaming the function to
DoGetBestClientSize() instead.

This ensures that the pane is actually big enough to show its contents,
without cutting off the text shown in its header.

Closes #18515.
2019-09-30 23:36:58 +02:00
..
msvc/wx Add wxMSVC_VERSION_ABI_COMPAT 2019-09-29 22:59:50 +02:00
wx Fix wxGenericCollapsiblePane best size calculation 2019-09-30 23:36:58 +02:00