Remove initialize method from Element trait
This commit is contained in:
parent
33a808a49b
commit
c6b374ebc9
5 changed files with 53 additions and 71 deletions
|
@ -244,7 +244,7 @@ where
|
|||
|
||||
fn draw(
|
||||
&mut self,
|
||||
mut origin: Point<Pixels>,
|
||||
origin: Point<Pixels>,
|
||||
available_space: Size<AvailableSpace>,
|
||||
view_state: &mut V,
|
||||
cx: &mut ViewContext<V>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue