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