type(fix):移除修改航点时经纬度错误的提示弹框。

pull/13/head
cbwu 2 years ago
parent 0ee5e7adcd
commit d58663293f

@ -341,7 +341,7 @@ void CModifyLinePointDlg::OnEnKillfocusEditLon()
bool b = checkLon(cstr.GetBuffer(),typeID); bool b = checkLon(cstr.GetBuffer(),typeID);
if (!b) if (!b)
{ {
BCGPMessageBox("经度范围或格式有误,请重新输入!"); //BCGPMessageBox("经度范围或格式有误,请重新输入!");
m_strLon.SetFocus(); m_strLon.SetFocus();
} }
@ -358,7 +358,7 @@ void CModifyLinePointDlg::OnEnKillfocusEditLat()
bool b = checkLat(cstr.GetBuffer(),typeID); bool b = checkLat(cstr.GetBuffer(),typeID);
if (!b) if (!b)
{ {
BCGPMessageBox("纬度范围或格式有误,请重新输入!"); //BCGPMessageBox("纬度范围或格式有误,请重新输入!");
m_strLat.SetFocus(); m_strLat.SetFocus();
} }

Loading…
Cancel
Save