协同dlink和mavlink

This commit is contained in:
hm
2020-02-26 23:28:44 +08:00
parent 9502eecea5
commit 2e379ee660
9 changed files with 166 additions and 60 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ void QNavigationWidget::mousePressEvent(QMouseEvent *e)
{
currentIndex = e->y() / rowHeight;
emit currentItemChanged(currentIndex);
emit ItemChanged(currentIndex);
update();
}