fix: menu and open_recent resize handling

This commit is contained in:
CJ van den Berg 2024-06-14 20:41:01 +02:00
parent 771c1dd980
commit acd65d0157
4 changed files with 9 additions and 15 deletions

View file

@ -101,7 +101,7 @@ pub fn render(self: *Self, theme: *const Widget.Theme) bool {
}
pub fn handle_resize(self: *Self, pos: Box) void {
self.widgets.resize(pos);
self.widgets.handle_resize(pos);
self.floating_views.resize(pos);
}