Skip to content

fix moreButton visibility for ActionToolBar

Alexander Stippich requested to merge work/astippich/fixActionToolBar into master

when the button should already be visible during construction

BUG:449031

During construction, the parent height is still 0. Setting the height of moreButton to 0 causes it to disappear and never become visible again. Guard against setting it to 0

Merge request reports