No real changes, just make some wxSlider members local variables.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Jul 2011 22:49:30 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Jul 2011 22:49:30 +0000 (22:49 +0000)
commit5db9025368736064284d2c80f56f341ab6fd2261
tree1bce9b624531f21df95ced7a2c47c4601edbc841
parentc3b8a196382ac84ca4a75d2b36cf504bc51180ae
No real changes, just make some wxSlider members local variables.

wxMSW wxSlider implementation stored the min and max labels widths as fields
of wxSlider object for some reason even though they were only used in one of
its methods (and can be easily computed anyhow).

Make them simple local variables instead and also rename an existing local
variable which started conflicting with their new names.

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