Prevent wxGrid rows/columns from becoming too small on double click.
The minimal size wasn't respected when auto-sizing rows/columns in Set{Row,Col}Size() which was called in response to double clicking the separator line, which resulted in clearly wrong behaviour as the user was prevented from resizing the row/column to a smaller size by dragging them but not by double clicking, so fix this to respect the minimal size as well. Closes #15627. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -596,6 +596,7 @@ All (GUI):
|
||||
- Fix crash when Destroy()-ing a TLW with non-TLW parent.
|
||||
- Fix crash in wxAuiToolBar::GetToolBarFits().
|
||||
- Make wxHTML more efficient when displaying large tables (Kinaou Hervé).
|
||||
- Prevent wxGrid rows/columns from becoming too small on double click.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user