]> git.saurik.com Git - wxWidgets.git/commitdiff
Update the wxSpinCtrlDouble documentation so SetIncrement refers to SetDigits
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 19 Sep 2012 20:23:53 +0000 (20:23 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 19 Sep 2012 20:23:53 +0000 (20:23 +0000)
Closes #12342

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/spinctrl.h

index 44ed624a7ce1119420c6c7c2fd835f5a04f86f57..792e0b223d91898af4ae0ed07b65c84ddb540783 100644 (file)
@@ -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);