Skip to content

Handle visibility changes for toolbarlayoutdelegate instances

This fixes an initial-state issue when using for example an ActionToolBar, which would cause all the children of the layout to be visible initially, resulting in an terribly odd looking layout.

An example, without this patch:

image

The same location, with this patch:

image

Edited by Dan Leinir Turthra Jensen

Merge request reports