crash fixed, when updates happen on deconstruction of the window
This commit is contained in:
parent
4d262d0a83
commit
ecf49658f7
@ -110,7 +110,7 @@ void QskFocusIndicator::onFocusItemChanged()
|
||||
{
|
||||
m_data->resetConnections();
|
||||
|
||||
if ( window() == nullptr )
|
||||
if ( !( window() && window()->contentItem() ) )
|
||||
return;
|
||||
|
||||
// We want to be on top, but do we cover all corner cases ???
|
||||
|
Loading…
x
Reference in New Issue
Block a user