Update wxGrid correctly in presence of hidden rows/columns.
Use GetRowHeight()/GetColWidth() instead of accessing m_rowHeights/m_colWidths arrays directly as the functions handle the hidden rows/columns correctly. This fixes bug with corruption of wxGrid appearance if any rows/columns were inserted into or deleted from a grid containing some hidden rows/columns. Closes #16980.
This commit is contained in:
committed by
Vadim Zeitlin
parent
8277848a5f
commit
3f4304f6ab
@@ -595,6 +595,7 @@ All (GUI):
|
||||
- Fix wxPixelData<wxImage>::Offset() for alpha (Markus Rollmann).
|
||||
- Fix bug in wxImage::ClearAlpha() for shared data (Markus Rollmann).
|
||||
- Accept wxALIGN_CENTRE_HORIZONTAL in wxStaticText XRC handler (David Hart).
|
||||
- Fix appearance after updating a wxGrid with hidden rows/columns (iwbnwif).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user