]> git.saurik.com Git - wxWidgets.git/commit
Don't create slider with invalid range in mediaplayer sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 18:43:54 +0000 (18:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 18:43:54 +0000 (18:43 +0000)
commitdd378f3ecbdb1a05c3567b01d7ad140f02ca293b
treeb477240be55affef2e90ac7a82cb33c8d2e4381e
parentfb1e6455778e1696e6498431df40335d4731240f
Don't create slider with invalid range in mediaplayer sample.

Use dummy but valid [0, 1] range instead of invalid [0, 0] one.

Closes #12828.

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