Improve wxGrid cell wrapping in wxGridCellAutoWrapStringRenderer.
Wrap the words too long to be shown on one line on several lines. Also take the line breaks and TABs into account. Closes #15249. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -671,6 +671,7 @@ All (GUI):
|
||||
- Fix wxStyledTextCtrl::SetInsertionPointEnd() (troelsk).
|
||||
- Add wxFileDialog::GetCurrentlySelectedFilename() (Carl Godkin).
|
||||
- Add wxMouseEvent::GetColumnsPerAction() (toiffel).
|
||||
- Improve wrapping of cell contents in wxGrid (nmset).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user