| Summary: | Closing tab on one side of the split view closes the other after restoring session | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Matthew Trescott <matthewtrescott> |
| Component: | sessions | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 22.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/7014499f4b2c93bc61eac08e94d617b99baa50a4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Matthew Trescott
2022-10-17 17:58:01 UTC
True, our logic is there just not correct. https://invent.kde.org/utilities/kate/-/issues/88 A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/968 Git commit 7014499f4b2c93bc61eac08e94d617b99baa50a4 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 22/10/2022 at 16:14. Pushed by cullmann into branch 'master'. Fix doc closing when active doc is in multiple viewspaces M +41 -0 apps/lib/autotests/kate_view_mgmt_tests.cpp M +1 -0 apps/lib/autotests/kate_view_mgmt_tests.h M +25 -0 apps/lib/kateviewmanager.cpp M +5 -0 apps/lib/kateviewmanager.h M +2 -2 apps/lib/kateviewspace.cpp https://invent.kde.org/utilities/kate/commit/7014499f4b2c93bc61eac08e94d617b99baa50a4 Thank you! :) |