Return the real column width from wxOSX wxDataViewColumn::GetWidth().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:57:51 +0000 (15:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:57:51 +0000 (15:57 +0000)
commitd831e2db1674569a06e04cfa87f3794e7871e110
tree155e794bef55d2de7b3daa561fb1d73ad0fef3db
parent52802b07274af0595617ce37c871b71e3eb75189
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
docs/changes.txt
include/wx/osx/dataview.h
src/osx/carbon/dataview.cpp
src/osx/cocoa/dataview.mm