mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Reposition the active cell editor after wxGrid resizes its child windows, keeping the editor inside the visible grid window and refreshing the old editor area. Add a GUI regression test that shrinks the grid while editing and checks that the editor remains visible in the grid window. Fixes #2678. Closes #26724.