mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
menu_view: avoid initial animation of float widget
This commit is contained in:
parent
5958fe0a69
commit
d65a2c7cab
@ -54,9 +54,6 @@ struct Menu_view::Float_widget : Widget
|
||||
_south = node.attribute_value("south", false),
|
||||
_east = node.attribute_value("east", false),
|
||||
_west = node.attribute_value("west", false);
|
||||
|
||||
_children.for_each([&] (Widget &child) {
|
||||
_place_child(child); });
|
||||
}
|
||||
|
||||
Area min_size() const override
|
||||
|
Loading…
x
Reference in New Issue
Block a user