]> git.saurik.com Git - wxWidgets.git/commit
Add a test of precisely sized status bar fields.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 13:00:23 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 13:00:23 +0000 (13:00 +0000)
commitbced985eb03eb774a1e5337ed8b1fa7d662d11a3
treea0d3a2ac8eaeac8dbf9af99cc60ee9b66390acfc
parent5eb65a3b70722f53959350f35a11af6a97bc3b8b
Add a test of precisely sized status bar fields.

Modify the status bar sample to use two fields of just the right size for
their contents to confirm that this doesn't work correctly under at least MSW
currently (see #10696).

Notice that we need two fields because the behaviour/problem is different for
the last field and all the other ones.

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