完善航点设置,历史遗留问题

This commit is contained in:
hm
2020-11-20 18:57:45 +08:00
parent 47743acfa6
commit a41f3e3060
16 changed files with 659 additions and 433 deletions
+2
View File
@@ -593,6 +593,8 @@ void CommandUI::setCurrent(QVariant value)
{
if(value.toBool() == true)
{
emit showMessage(tr("设置航点 %1").arg(m_currentSeq));
emit SetCurrentPoint(m_currentSeq);
}
}