完善发动机界面,修正参数读取时ID溢出问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user