mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
- grouping default should be 'False' as per documentation and to enable small int of e.g. size 3
This commit is contained in:
@@ -493,7 +493,7 @@ class NumCtrl(BaseMaskedTextCtrl, NumCtrlAccessorsMixin):
|
||||
'decimalChar': '.', # by default, use '.' for decimal point
|
||||
'allowNegative': True, # by default, allow negative numbers
|
||||
'useParensForNegatives': False, # by default, use '-' to indicate negatives
|
||||
'groupDigits': True, # by default, don't insert grouping
|
||||
'groupDigits': False, # by default, don't insert grouping
|
||||
'groupChar': ',', # by default, use ',' for grouping
|
||||
'min': None, # by default, no bounds set
|
||||
'max': None,
|
||||
|
||||
Reference in New Issue
Block a user