]> git.saurik.com Git - wxWidgets.git/commit
Hack wxMSW wxNotebook to show the text controls correctly initially.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:45 +0000 (13:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:45 +0000 (13:18 +0000)
commitfeb32e31659d9fc8fa30ba80c3504b50ade89636
treeb2a34b3cfb45dc45b5df4c99c47fd6567836cb34
parentb0162e327425f1231ed9f8d755e2e02f68c0b53b
Hack wxMSW wxNotebook to show the text controls correctly initially.

Add an Update() call to ensure that text controls in the initially selected
notebook page are shown correctly. It's almost certainly not the right fix for
the real bug that results in text controls not being shown when the notebook
comes up but it doesn't cost much and at least allows us to get correct
appearance for the themed notebooks.

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