mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
GWidget: Always update self after a child is removed.
We could probably tighten the amount of invalidation we do here, but this is definitely more correct than not invalidating at all.
This commit is contained in:
@@ -35,6 +35,7 @@ void GWidget::child_event(CChildEvent& event)
|
||||
else
|
||||
invalidate_layout();
|
||||
}
|
||||
update();
|
||||
}
|
||||
return CObject::child_event(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user