missing handling og TouchBegin added
This commit is contained in:
parent
8d29b4b119
commit
e552788a08
@ -65,7 +65,8 @@ namespace
|
|||||||
{
|
{
|
||||||
bool ok = Inherited::event( event );
|
bool ok = Inherited::event( event );
|
||||||
|
|
||||||
if ( event->type() == QEvent::MouseButtonPress )
|
if ( event->type() == QEvent::MouseButtonPress
|
||||||
|
|| event->type() == QEvent::TouchBegin )
|
||||||
{
|
{
|
||||||
if ( auto popup = static_cast< QskPopup* >( parentItem() ) )
|
if ( auto popup = static_cast< QskPopup* >( parentItem() ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user