summaryrefslogtreecommitdiffstats
path: root/native/src/widget/text_input.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-01-04 14:28:29 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-04 14:28:29 +0100
commit8311500ac03a95927022d8eec8178ba7d87b0010 (patch)
tree2423a758d4d639d22170b7dbc8413a246f448584 /native/src/widget/text_input.rs
parente4de2132e993ec6656da52063faf09bcfb978207 (diff)
parent43de28ae1515ace34758656f228444898459d85b (diff)
downloadiced-8311500ac03a95927022d8eec8178ba7d87b0010.tar.gz
iced-8311500ac03a95927022d8eec8178ba7d87b0010.tar.bz2
iced-8311500ac03a95927022d8eec8178ba7d87b0010.zip
Merge pull request #141 from Songtronix/songtronix/progressbar-widget
Progress bar widget
Diffstat (limited to 'native/src/widget/text_input.rs')
-rw-r--r--native/src/widget/text_input.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/src/widget/text_input.rs b/native/src/widget/text_input.rs
index 1d1c32a2..c994b7ba 100644
--- a/native/src/widget/text_input.rs
+++ b/native/src/widget/text_input.rs
@@ -633,7 +633,8 @@ impl Value {
.unwrap_or(self.len())
}
- /// Returns a new [`Value`] containing the graphemes until the given `index`.
+ /// Returns a new [`Value`] containing the graphemes until the given
+ /// `index`.
///
/// [`Value`]: struct.Value.html
pub fn until(&self, index: usize) -> Self {