From 39d0e65b6224f1307ede8a965eee122e707fd57e Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Wed, 19 Sep 2012 20:23:53 +0000 Subject: [PATCH] Update the wxSpinCtrlDouble documentation so SetIncrement refers to SetDigits Closes #12342 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/spinctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/spinctrl.h b/interface/wx/spinctrl.h index 44ed624a7c..792e0b223d 100644 --- a/interface/wx/spinctrl.h +++ b/interface/wx/spinctrl.h @@ -308,6 +308,8 @@ public: /** Sets the increment value. + @note You may also need to increase the number of visible digits + using SetDigits */ void SetIncrement(double inc); -- 2.45.2