Fix resizing of wxGrid columns when they were reordered.
The column resizing code in wxGrid didn't take account of the fact that the column positions and indices could be different. Correct it by inserting calls to wxGrid::GetColAt() and GetColPos() in a new wxGridOperations::GetLineBefore() method. Closes #11984. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -428,6 +428,7 @@ All (GUI):
|
||||
- Added wxToolbook XRC handler (Andrea Zanellato).
|
||||
- Added wxDocManager::FindTemplate() (troelsk).
|
||||
- Return bool, not void, from wxImage::ConvertAlphaToMask() (troelsk).
|
||||
- Fixed resizing columns in wxGrid when they were reordered.
|
||||
|
||||
MSW:
|
||||
|
||||
|
Reference in New Issue
Block a user