Small correction in dynamic ribbon to avoid some weird behaviour in the GP editor
This commit is contained in:
parent
06523a62c3
commit
6b42f1b7b7
@ -492,6 +492,7 @@ void DynamicRibbonWidget::clearItems()
|
||||
m_items.clear();
|
||||
m_animated_contents = false;
|
||||
m_scroll_offset = 0;
|
||||
GUIEngine::needsUpdate.remove(this);
|
||||
}
|
||||
// -----------------------------------------------------------------------------
|
||||
void DynamicRibbonWidget::elementRemoved()
|
||||
|
Loading…
Reference in New Issue
Block a user