Merge "docs: fix typos" into qt-dev am: 748dd651f4 am: fcf4eace37
am: 2612ee2d6d
Change-Id: I621be1458f5e642615b671a428114e8436d15b0b
This commit is contained in:
@@ -1268,12 +1268,12 @@ public class NumberPicker extends LinearLayout {
|
||||
* current value is set to the {@link NumberPicker#getMaxValue()} value.
|
||||
* </p>
|
||||
* <p>
|
||||
* If the argument is less than the {@link NumberPicker#getMaxValue()} and
|
||||
* If the argument is more than the {@link NumberPicker#getMaxValue()} and
|
||||
* {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
|
||||
* current value is set to the {@link NumberPicker#getMaxValue()} value.
|
||||
* </p>
|
||||
* <p>
|
||||
* If the argument is less than the {@link NumberPicker#getMaxValue()} and
|
||||
* If the argument is more than the {@link NumberPicker#getMaxValue()} and
|
||||
* {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
|
||||
* current value is set to the {@link NumberPicker#getMinValue()} value.
|
||||
* </p>
|
||||
|
||||
Reference in New Issue
Block a user