]> git.saurik.com Git - wxWidgets.git/commit
Explicitly trigger wxNotebook layout in wxMSW to ensure it is correct.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:15 +0000 (01:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:15 +0000 (01:12 +0000)
commit80ceadc1652cf1ca6c93cf0f6657634233a6bcde
tree3500a28b8d48593ba96179eea7090fd57ba701ff
parent6b33db8f56e9848864ab217805e8322d8cac1bb5
Explicitly trigger wxNotebook layout in wxMSW to ensure it is correct.

Due to an apparent bug in the native control implementation, space could be
reserved for the second row of tabs even when the notebook was big enough to
need it. Sending it an extra WM_SIZE seems to be enough to fix this.

Closes #1792.

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