]> git.saurik.com Git - wxWidgets.git/commit
Don't move the slider's value label if it's not being used.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 19 Dec 2011 12:12:31 +0000 (12:12 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 19 Dec 2011 12:12:31 +0000 (12:12 +0000)
commite528cca7c18b26964e2e6718ac0c496abefe1505
treeb56d3012311ae505f8e0f2605ef30d1d440b7ff5
parent9efbfd5dbd73294ec4dc3892fc0b631dc1bf9abf
Don't move the slider's value label if it's not being used.

An if statement was missing brackets and still moving the value label.

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