]> git.saurik.com Git - wxWidgets.git/commit
Add test for Push/PopStatusText().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Aug 2009 00:00:47 +0000 (00:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Aug 2009 00:00:47 +0000 (00:00 +0000)
commit1454b4426152f97530538f002f5d72cd1007155a
treee7f877f0fdb94efa22b24736c68a4d0c84395068
parentdac831bb08e6cbf28e8fcfd2bf68939e929200f8
Add test for Push/PopStatusText().

Allow to interactively push and pop status messages for the selected field.

This shows that currently PushStatusText() is completely broken under wxMSW
as it never shows the text being pushed at all because it is "optimized" away
due to an incorrect comparison with the old value (which turns out to be the
new one)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/statbar/statbar.cpp