mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
add multiedit feature also for dynamic text
This commit is contained in:
committed by
Laurent Trinques
parent
a8c62b8257
commit
1ccffda93b
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user