Files
wxWidgets/include
Vadim Zeitlin bb1cc62d84 Fix setting wxListCtrl column widths from wxEVT_SIZE in wxMSW
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.
2026-05-02 18:17:11 +02:00
..