mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Calling SetColumnWidth() from wxEVT_SIZE handler could break the native control refresh logic and result in it not being refreshed at all any more. Work around this by delaying actually setting the column width until the resizing is done. Closes #26394.