https://bugs.kde.org/show_bug.cgi?id=479858

Kurt Hindenburg <khindenb...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/-/commit/91a3
                   |                            |8d19b003c31e538086d15f65358
                   |                            |57fdd481d
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kurt Hindenburg <khindenb...@kde.org> ---
Git commit 91a38d19b003c31e538086d15f6535857fdd481d by Kurt Hindenburg, on
behalf of Carlos Alves.
Committed on 20/02/2024 at 23:57.
Pushed by hindenburg into branch 'master'.

fix: Issue with focus setting on wdg after relocating to a new splitter

The bug is a problem where the widget was not receiving focus after
being moved to a new splitter (not clear why). The solution involves
connecting it to a signal, introducing a delay for the focus request.

The `deleteLater` call has been removed. This isn't necessary because
the old splitter after lose the remaining widget will subsequently
trigger the `childEvent` with `count == 0` and be deleted.

M  +1    -2    src/widgets/ViewSplitter.cpp

https://invent.kde.org/utilities/konsole/-/commit/91a38d19b003c31e538086d15f6535857fdd481d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to