After review changes

This commit is contained in:
alonso.torres
2025-10-31 11:56:07 +01:00
parent f3b914534f
commit de04026dc8
3 changed files with 6 additions and 32 deletions

View File

@@ -1151,7 +1151,7 @@ impl Shape {
pub fn apply_transform(&mut self, transform: &Matrix) {
self.transform_selrect(transform);
// We don't need to invalidate this? we can just transform it
// TODO: See if we can change this invalidation to a transformation
self.invalidate_extrect();
self.invalidate_bounds();