comments added

This commit is contained in:
Uwe Rathmann 2018-02-07 15:39:46 +01:00
parent 2c72388239
commit 8553ecc354

View File

@ -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() );
}