Fix wrong return value of wxGTK wxSpinCtrlDouble::GetIncrement().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:46:14 +0000 (13:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:46:14 +0000 (13:46 +0000)
commit63fb6907346c40b1d174a188e919c1bc3eb5094e
treedf474b3b1f2dca2d49fb5e368481ef54c2f4fa01
parent59b7da02ff62a33862accc13158870f2a9a23630
Fix wrong return value of wxGTK wxSpinCtrlDouble::GetIncrement().

Due to confusion in gtk_spin_button_get_increments() parameters order the page
size was returned instead of the increment.

See #12342.

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