removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Aug 2006 15:46:49 +0000 (15:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Aug 2006 15:46:49 +0000 (15:46 +0000)
commitcc87fbed40e46f70ce89c9acf4368bf556840ac0
tree582502b9f901721c57d77b0e32dcb5402fb9dcc7
parentf242653114d93920f01390320bc69923a8f2c3d9
removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented changeing wxHW_XXX window style after Create() from working

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmlwin.h
src/html/htmlwin.cpp