-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed new tab from preset and context menu's collapse action (#1176)
This patch fixes two bugs when the terminal is started with a preset of N > 1 terminals: * Previously, the action "New tab from preset" didn't work correctly when the number of preset was less than N. * Also, if the terminal context menu was the first menu that was opened, the action "Collapse Subterminal" would be disabled. I also silenced a compilation warning about `&QCheckBox::stateChanged`. Fixes #1104
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters