fix: menu and open_recent resize handling
This commit is contained in:
parent
771c1dd980
commit
acd65d0157
4 changed files with 9 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue