完善发动机界面,修正参数读取时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
@@ -40,7 +40,7 @@ bool MultiSelector::event(QEvent *event)
{
if(event->type() == QEvent::Leave)
{
this->close();
//this->close();
}
return QWidget::event(event);
}