Add a new commit_root method

This commit is contained in:
Antonio Scandurra 2024-02-27 19:39:58 +01:00
parent 28e795f2fd
commit ed1a256f99
13 changed files with 202 additions and 196 deletions

View file

@ -212,7 +212,7 @@ impl<M: ManagedView> Element for PopoverMenu<M> {
fn commit_bounds(
&mut self,
bounds: Bounds<Pixels>,
_bounds: Bounds<Pixels>,
frame_state: &mut Self::FrameState,
cx: &mut ElementContext,
) {