1
0
Fork 0
forked from wry/wry

autocommit 2022-01-06 19:08:32 CET

This commit is contained in:
Julian Orth 2022-01-06 19:08:32 +01:00
parent cbbc41a463
commit 4a939477a2
51 changed files with 3438 additions and 207 deletions

View file

@ -142,6 +142,7 @@ impl WlSubsurface {
}
}
self.surface.client.remove_obj(self).await?;
self.parent.calculate_extents();
Ok(())
}