From 7aeb42efe948d72bbcab1098c1e4e834cd40d6dc Mon Sep 17 00:00:00 2001 From: cbwu <504-wuchengbo@htsdfp.com> Date: Mon, 18 Dec 2023 15:30:54 +0800 Subject: [PATCH] =?UTF-8?q?type(fix):=E4=BC=98=E5=8C=96=E8=88=AA=E7=BA=BF?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GISDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GISDlg.cpp b/GISDlg.cpp index 812f3ff..5e96f4a 100644 --- a/GISDlg.cpp +++ b/GISDlg.cpp @@ -923,7 +923,7 @@ void CGISDlg::OnMapSelect() m_bLDSetPoint = FALSE; - if (!m_bEditLine || !m_bLineDesign) //非航线编辑模式下可选 + if (!m_bEditLine && !m_bLineDesign) //非航线编辑模式下可选 { if (!m_bSelectFeatureFlag) {