wrong insertion of the input grabber fixed
This commit is contained in:
parent
47962506e9
commit
d98302a722
@ -251,9 +251,9 @@ void QskPopup::updateInputGrabber()
|
||||
{
|
||||
if ( m_data->inputGrabber == nullptr )
|
||||
{
|
||||
const auto children = childItems();
|
||||
m_data->inputGrabber = new InputGrabber( this );
|
||||
|
||||
const auto children = childItems();
|
||||
if ( !children.isEmpty() )
|
||||
{
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user