mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
ElementEditor: always clear m_cep_list in StyleEditor::setPart bugfix 0197
This commit is contained in:
committed by
Laurent Trinques
parent
78992ee762
commit
dd257c48d9
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user