Return the real column width from wxOSX wxDataViewColumn::GetWidth().
Code used to return the last programmatically set width value instead of the real column width which could have been changed by user if the column was resizeable, fix this by returning the current NSTableColumn:width value. Closes #11397. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -477,6 +477,7 @@ Mac:
|
||||
|
||||
- Implement wxWindow::ShowWithEffect() in wxOSX/Cocoa.
|
||||
- Correct min/max pages display in the print dialog (Auria).
|
||||
- Fix wxDataViewColumn::GetWidth() in Cocoa (Neno Ganchev).
|
||||
|
||||
MSW:
|
||||
|
||||
|
Reference in New Issue
Block a user