Fix bug with showing hidden wxGrid lines when resizing an adjacent one.
Don't blindly assume that the previous line is big enough if the current one isn't in wxGrid::PosToEdgeOfLine() (this assumption is wrong even without taking hiding into account...). Closes #14947. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -579,6 +579,7 @@ All (GUI):
|
||||
- Add wxBitmapButton::NewCloseButton().
|
||||
- Add wxTextEntry::SelectNone() (troelsk).
|
||||
- Restore the original wxGrid col/row size when unhiding it (Michael Richards).
|
||||
- Don't show hidden wxGrid columns/rows when resizing them (Michael Richards).
|
||||
- Fix text origin and extent computations in wxSVGFileDC (Neil Chittenden).
|
||||
- Show tooltips for the too long items in generic wxTreeCtrl (Steven Houchins).
|
||||
- Add wxStyledTextCtrl::AnnotationClearLine() (sentieshar).
|
||||
|
Reference in New Issue
Block a user