From 809d27fcb7d9735c5763ad3246495e71c4694a69 Mon Sep 17 00:00:00 2001 From: duanshengchao <519970194@qq.com> Date: Mon, 1 Dec 2025 11:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E2=80=98=E6=9B=B2?= =?UTF-8?q?=E7=BA=BF=E2=80=99=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=B1=95=E7=8E=B0=E9=85=8D=E7=BD=AE=E5=8F=96=E6=B6=88=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=9C=AA?= =?UTF-8?q?=E5=A4=8D=E5=8E=9F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dataPanel/dpConfigurationDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dataPanel/dpConfigurationDialog.cpp b/dataPanel/dpConfigurationDialog.cpp index f32c0da..a3d70c3 100644 --- a/dataPanel/dpConfigurationDialog.cpp +++ b/dataPanel/dpConfigurationDialog.cpp @@ -260,6 +260,7 @@ void dpConfigurationDialog::setPanel(DataPanel* pPanel) { ui->specialSettings->setVisible(true); ui->specialSettings->setCurrentIndex(0); + ui->axisArrangement->setCurrentIndex((int)m_pDataPanel->m_cofigurationResults.axisArrangement); ui->axisObject->clear(); m_axisCfgMap.clear(); ui->axisName->setText("");