完善发动机界面,修正参数读取时ID溢出问题

This commit is contained in:
hm
2020-11-19 11:39:28 +08:00
parent 75130e0fe1
commit efae22bddc
25 changed files with 2739 additions and 1732 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ bool Selector::event(QEvent *event)
if(event->type() == QEvent::Leave)
{
//if(QApplication::activeWindow() != this)
this->close();
//this->close();
}
return QWidget::event(event);