ElementEditor: always clear m_cep_list in StyleEditor::setPart bugfix 0197

This commit is contained in:
damianCaceres
2020-08-03 11:52:56 +01:00
committed by Laurent Trinques
parent 78992ee762
commit dd257c48d9

View File

@@ -479,6 +479,7 @@ void StyleEditor::updateForm()
*/ */
bool StyleEditor::setPart(CustomElementPart *new_part) { bool StyleEditor::setPart(CustomElementPart *new_part) {
m_part_list.clear(); m_part_list.clear();
m_cep_list.clear();
if (!new_part) if (!new_part)
{ {