mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 04:36:13 +00:00
The box-layout widget used to trigger the geometry animation of its children immediately when updating the widget from the XML model (by calling 'child->Widget::geometry'). This caused layout inconsistencies in situations where the box layout is defined not by the constraints of the child widgets but from the outside (the parent calls Widget::size). Since the final layout is not known before the parent defines the actual size, this patch moves the trigger point for the geometry animation to 'Widget::size'.
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.