forked from qt-creator/qt-creator
Utils: Clear button storage after their deletion
Change-Id: I26650c645de67f5b1577f7c3a665f28397a64eec Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1441,6 +1441,7 @@ void SelectionAspect::finish()
|
||||
delete d->m_buttonGroup;
|
||||
d->m_buttonGroup = nullptr;
|
||||
BaseAspect::finish();
|
||||
d->m_buttons.clear();
|
||||
}
|
||||
|
||||
void SelectionAspect::setDisplayStyle(SelectionAspect::DisplayStyle style)
|
||||
|
||||
Reference in New Issue
Block a user