Remove Editor::min_bounds and use bounds instead
This commit is contained in:
parent
8cad1d682a
commit
c7d02e24e6
5 changed files with 2 additions and 24 deletions
|
|
@ -151,7 +151,7 @@ impl Pipeline {
|
|||
|
||||
(
|
||||
editor.buffer(),
|
||||
Rectangle::new(*position, editor.min_bounds()),
|
||||
Rectangle::new(*position, editor.bounds()),
|
||||
alignment::Horizontal::Left,
|
||||
alignment::Vertical::Top,
|
||||
*color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue