Workaround to recognize the very next touchevent
This commit is contained in:
parent
36e84e53b6
commit
3c6b83c4ea
|
@ -687,6 +687,9 @@ int QskPopup::execPopup()
|
|||
qskUngrabMouse( mouseGrabber );
|
||||
}
|
||||
|
||||
auto dw = QQuickWindowPrivate::get( window() );
|
||||
dw->touchMouseId = -1;
|
||||
|
||||
return EventLoop( this ).exec( QEventLoop::DialogExec );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue