Summary: | Maximize current Terminal (Keyboard vs Mouse) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Nikolay Zlatev <nik> |
Component: | split-view | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | justin.zobel |
Priority: | NOR | ||
Version: | 19.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/45733c04b5712b44ca9dd89e55da9c20fe0f152c | Version Fixed In: | 20.08.3 |
Sentry Crash Report: |
Description
Nikolay Zlatev
2020-03-05 14:08:07 UTC
I can confirm this issue on 20.08.1. A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/260 Git commit 6878f437f1a4d7a435c7ae22cc02c07ba8fd54bb by Carlos Alves. Committed on 28/10/2020 at 23:43. Pushed by hindenburg into branch 'master'. Fix Maximize current Terminal (Keyboard vs Mouse) It checks if the toggle is minimized to let it rearrange. But Keyboard shortcut did not toggle the button. FIXED-IN: 20.08.3 M +5 -0 src/terminalDisplay/TerminalDisplay.cpp M +3 -0 src/terminalDisplay/TerminalDisplay.h M +7 -0 src/widgets/TerminalHeaderBar.cpp M +1 -0 src/widgets/TerminalHeaderBar.h M +1 -0 src/widgets/ViewSplitter.cpp https://invent.kde.org/utilities/konsole/commit/6878f437f1a4d7a435c7ae22cc02c07ba8fd54bb Git commit 45733c04b5712b44ca9dd89e55da9c20fe0f152c by Kurt Hindenburg, on behalf of Carlos Alves. Committed on 29/10/2020 at 03:15. Pushed by hindenburg into branch 'release/20.08'. Fix Maximize current Terminal (Keyboard vs Mouse) It checks if the toggle is minimized to let it rearrange. But Keyboard shortcut did not toggle the button. FIXED-IN: 20.08.3 Cherry-pick from 6878f437f1a4d7a435c7ae22cc02c07ba8fd54bb M +5 -0 src/TerminalDisplay.cpp M +3 -0 src/TerminalDisplay.h M +7 -0 src/TerminalHeaderBar.cpp M +1 -0 src/TerminalHeaderBar.h M +1 -0 src/ViewSplitter.cpp https://invent.kde.org/utilities/konsole/commit/45733c04b5712b44ca9dd89e55da9c20fe0f152c |