Update tree control layout in EditLabel() for wxOSX too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:49:19 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:49:19 +0000 (23:49 +0000)
commitf0ac9552edfeb48e80698b40a5001788c0bd094c
treee2036503193d100e52c5c3a8d04b15b676af729e
parent80a77e3c73fef65d808c92e3acf72808b7b79b58
Update tree control layout in EditLabel() for wxOSX too.

A special preprocessor check for OS X prevented the control from being relaid
out correctly in EditLabel() there, which resulted in problems when trying to
edit a just added item.

Simply remove this check for OS X (and also MSW but this is less important as
this version of the control is almost never used there anyhow) to fix it.

Closes #11179.

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