diff --git a/src/controls/QskPopup.cpp b/src/controls/QskPopup.cpp index 152b5706..ecd18e2e 100644 --- a/src/controls/QskPopup.cpp +++ b/src/controls/QskPopup.cpp @@ -233,8 +233,7 @@ void QskPopup::updateInputGrabber() Even if the input grabber has no content it has an effect on QQuickItem::childAt. Also tools like Squish struggle with sorting out items without content. - So let's better avoid any problems let's move the grabber to - the beginning of the children. + So let's better move the grabber to the beginning. */ m_data->inputGrabber->stackBefore( children.first() ); }