mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix to documentation.
This commit is contained in:
parent
089a2e31ba
commit
791e15b790
1 changed files with 2 additions and 2 deletions
|
|
@ -420,7 +420,7 @@ public:
|
|||
synchronously; if false, it will be asynchronous
|
||||
@param allowNudgingOfOtherValues if false, this value will be restricted to being below the
|
||||
max value (in a two-value slider) or the mid value (in a three-value
|
||||
slider). If false, then if this value goes beyond those values,
|
||||
slider). If true, then if this value goes beyond those values,
|
||||
it will push them along with it.
|
||||
@see getMinValue, setMaxValue, setValue
|
||||
*/
|
||||
|
|
@ -462,7 +462,7 @@ public:
|
|||
synchronously; if false, it will be asynchronous
|
||||
@param allowNudgingOfOtherValues if false, this value will be restricted to being above the
|
||||
min value (in a two-value slider) or the mid value (in a three-value
|
||||
slider). If false, then if this value goes beyond those values,
|
||||
slider). If true, then if this value goes beyond those values,
|
||||
it will push them along with it.
|
||||
@see getMaxValue, setMinValue, setValue
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue