1
0
Fork 0
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:
jules 2012-05-01 21:44:40 +01:00
parent 089a2e31ba
commit 791e15b790

View file

@ -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
*/