don't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowSt...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Dec 2006 21:27:52 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Dec 2006 21:27:52 +0000 (21:27 +0000)
commite96248c48e0a000ef355ef3b0b6aa09b7251a834
tree83b08e6022fb4031ded0460790134663f1d425fd
parent0ed3b812302781d15007b1b1382261d6043d24a1
don't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowStyle directly; this allows SetWindowStyleFlag() in the derived classes to change the styles of the control without worrying about whether it had been already created

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