Attempt proper fix for #2453

This commit is contained in:
Marianne Gagnon 2016-03-18 19:35:26 -04:00
parent 97ac0a6f59
commit 78abafb9df

View File

@ -370,6 +370,9 @@ void RibbonWidget::add()
m_element->setTabOrder(id);
m_element->setTabGroup(false);
updateSelection();
if (!m_is_visible)
setVisible(false);
} // add
// ----------------------------------------------------------------------------