]> git.saurik.com Git - wxWidgets.git/commit - src/osx/cocoa/dataview.mm
Fix display of items without attributes in Cocoa wxDVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 17:30:48 +0000 (17:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 17:30:48 +0000 (17:30 +0000)
commit09a0ece0dc29375f58752f005641111b937c34a3
treed470c29bccd2b4522392953ad27290f854a637d3
parenta8afd748c7dce4b4eb0106923558c272cfa89e9e
Fix display of items without attributes in Cocoa wxDVC.

The attribute used for the last item was reused for the next item in the same
column unless it was overridden in the attribute of this item, fix this by
remembering the original attribute and using it if no attributes are
explicitly specified.

Also change the sample to show the items without attributes in a column with
attributes and make the label correspond to the attribute of the item.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/cocoa/dataview.h
samples/dataview/mymodels.cpp
src/osx/cocoa/dataview.mm