Fix a cross platform bug
This commit is contained in:
@@ -166,8 +166,6 @@ void InputObject::ShowPanel() {
|
|||||||
|
|
||||||
this->showFullScreen();
|
this->showFullScreen();
|
||||||
this->setVisible(true);
|
this->setVisible(true);
|
||||||
const unsigned long currentThread = GetCurrentThreadId();
|
|
||||||
qDebug() << "currentThread" << currentThread;
|
|
||||||
|
|
||||||
this->activateWindow(); //it is quite important!!!
|
this->activateWindow(); //it is quite important!!!
|
||||||
while (QApplication::activeWindow() != this)
|
while (QApplication::activeWindow() != this)
|
||||||
|
|||||||
Reference in New Issue
Block a user