Merge pull request #361 from plc-user/master

element-editor: add mirror and flip for "text"
This commit is contained in:
Laurent Trinques
2025-02-18 06:27:14 +01:00
committed by GitHub
16 changed files with 68 additions and 34 deletions

View File

@@ -179,7 +179,7 @@ void ElementInfoWidget::disableLiveEdit()
void ElementInfoWidget::buildInterface()
{
QStringList keys;
if (m_element.data()->elementData().m_type == ElementData::Terminale) {
if (m_element.data()->elementData().m_type == ElementData::Terminal) {
keys = QETInformation::terminalElementInfoKeys();
} else {
keys = QETInformation::elementInfoKeys();