Created the model in wxDataViewListCtrl::Create().
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 27 Jul 2010 21:45:37 +0000 (21:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 27 Jul 2010 21:45:37 +0000 (21:45 +0000)
commit9ba389145a8cd31020f8ddab612f378b35c64ecb
treea8ac3524a4d8b49b658b679c0fe25b52cf919397
parentb390729ff9f8cdffa27bf69cedc721663ef4685c
Created the model in wxDataViewListCtrl::Create().

It was totally unexpected that construction through the ctor behaved
differently from Create(). Also, the behavior now actually matches
documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/datavcmn.cpp