missing handling og TouchBegin added

This commit is contained in:
Uwe Rathmann 2018-07-26 14:44:52 +02:00
parent 8d29b4b119
commit e552788a08

View File

@ -65,7 +65,8 @@ namespace
{
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() ) )
{