diff --git a/src/controls/QskFocusIndicator.cpp b/src/controls/QskFocusIndicator.cpp index ad03d642..f52789b6 100644 --- a/src/controls/QskFocusIndicator.cpp +++ b/src/controls/QskFocusIndicator.cpp @@ -130,11 +130,7 @@ void QskFocusIndicator::onFocusItemChanged() m_data->connections += connectItem( itemParent ); if ( clippingItem == nullptr && itemParent->clip() ) - { - const auto clipRect = qskFocusIndicatorClipRect( itemParent ); - if ( !clipRect.isEmpty() ) - clippingItem = itemParent; - } + clippingItem = itemParent; item = itemParent; }