Workaround to recognize the very next touchevent

This commit is contained in:
Clemens Manert 2022-09-21 20:55:33 +02:00
parent 36e84e53b6
commit 3c6b83c4ea
1 changed files with 3 additions and 0 deletions

View File

@ -687,6 +687,9 @@ int QskPopup::execPopup()
qskUngrabMouse( mouseGrabber );
}
auto dw = QQuickWindowPrivate::get( window() );
dw->touchMouseId = -1;
return EventLoop( this ).exec( QEventLoop::DialogExec );
}