[konsole] [Bug 479858] Cursor shape didn't recover when close a split
Kurt Hindenburg
bugzilla_noreply at kde.org
Fri Feb 23 00:32:33 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=479858
Kurt Hindenburg <khindenburg at 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 <khindenburg at 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 the assignee for the bug.
More information about the konsole-devel
mailing list