]> git.saurik.com Git - wxWidgets.git/commit
Fixed width of scrollbars in wxUniv.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:13:00 +0000 (23:13 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:13:00 +0000 (23:13 +0000)
commit82e1729555dc57cc6932c017afb1c4969292ff9c
treeab9d955d2e01a73eb866180f2edad6185adb1de1
parentf4308cf55f492ec9bf2760e660f038007a51adcd
Fixed width of scrollbars in wxUniv.

The AdjustSize renderer function for wxUniv's GTK and MSW theme adjusted the size of a scrollbar while it already had the correct size, resulting in scrollbars being twice as wide. Fixed by not adjusting the size of a scrollbar anymore in AdjustSize.

Closes #11660.

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