Remove shape reset from BufferLine::set_align docs since that isn't performed
This commit is contained in:
parent
bbebd312d6
commit
9d2d2dd7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ impl BufferLine {
|
|||
|
||||
/// Set the text alignment
|
||||
///
|
||||
/// Will reset shape and layout if it differs from current alignment.
|
||||
/// Will reset layout if it differs from current alignment.
|
||||
/// Setting to None will use `Align::Right` for RTL lines, and `Align::Left` for LTR lines.
|
||||
/// Returns true if the line was reset
|
||||
pub fn set_align(&mut self, align: Option<Align>) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue