Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation
It doesn't do anything
Drop no-op call to KWindowSystem::allowExternalProcessWindowActivation
Description
Details
Event TimelineComment Actions This did AllowSetForegroundWindow(pid == -1 ? ASFW_ANY : pid); on Windows. https://invent.kde.org/frameworks/kwindowsystem/-/merge_requests/99 claims that the window activation code was broken on Windows since years. We may have to implement a working solution ourselves (and can then probably upstream it). |