add multiedit feature also for dynamic text

This commit is contained in:
Martin Marmsoler
2020-06-01 19:38:07 +02:00
committed by Laurent Trinques
parent a8c62b8257
commit 1ccffda93b
3 changed files with 160 additions and 81 deletions

View File

@@ -647,7 +647,9 @@ void QETElementEditor::slot_updateInformations()
// if(editor->currentPart() == cep_list.first())
// return;
if (selection_xml_name == "terminal" || selection_xml_name == "text") {
if (selection_xml_name == "terminal" ||
selection_xml_name == "text" ||
selection_xml_name == "dynamic_text") {
clearToolsDock();
//We add the editor widget
ElementItemEditor *editor = static_cast<ElementItemEditor*>(m_editors[selection_xml_name]);