Skip to content

Commit

Permalink
Another tiny focus stack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2025
1 parent c435840 commit cdc7ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/focusstack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ void FocusStack::setFocused( QObject *object )
{
mStackList.removeAll( object );
mStackList.append( object );
QMetaObject::invokeMethod( object, "forceActiveFocus", Qt::DirectConnection );
}

void FocusStack::setUnfocused( QObject *object )
Expand Down

0 comments on commit cdc7ced

Please sign in to comment.