Add digits property to wxSpinCtrlDoubleXmlHandler
This makes it possible to set the precision of the number without changing the increment amount. Closes #22470.
This commit is contained in:
parent
d9f36adc8f
commit
6ce81acda8
3 changed files with 9 additions and 1 deletions
|
|
@ -1512,7 +1512,8 @@ wxSpinCtrlDouble =
|
|||
[xrc:p="o"] element value {_, t_float }* &
|
||||
[xrc:p="o"] element min {_, t_float }* &
|
||||
[xrc:p="o"] element max {_, t_float }* &
|
||||
[xrc:p="o"] element inc {_, t_float}*
|
||||
[xrc:p="o"] element inc {_, t_float}* &
|
||||
[xrc:p="o"] element digits {_, t_integer}*
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue