Keep m_pos in sync in SetValue in case the value_changed callback is
authorRobin Dunn <robin@alldunn.com>
Tue, 7 Nov 2006 22:35:33 +0000 (22:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 7 Nov 2006 22:35:33 +0000 (22:35 +0000)
commitf20a4018f428350c80b9c60b051e4f7606b90415
treeeb4fb4ef6159ede0b1cdd19ff7b9071d21c79957
parent4f13d3825e28d35932c95d8d38e6acf389880965
Keep m_pos in sync in SetValue in case the value_changed callback is
not called, such as when the widget is first created.

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