mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
When entering/leaving sub menus of Sculpt's '+' menu, some parts of the menu sometimes remain unchanged, in particular the back button. Originally, a click would reset the hovering on clicks in the expectation that any click would eventually result in a completely new situation where the old hovering information does not make sense and would only (potentially) confuse the menu. But this was apparently overzealous. With the patch a once hovered back button stays hovered even when actitivated and the back button of the upper-level menu happens to stay under the current pointer position. Issue #3209
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.