From 8553ecc3542d6cbe9ad30ebb37a36774c1013a4c Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 7 Feb 2018 15:39:46 +0100 Subject: [PATCH] comments added --- src/controls/QskPopup.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() ); }