lxqt / qterminal

A lightweight Qt-based terminal emulator
https://lxqt.github.io
GNU General Public License v2.0
611 stars 153 forks source link

Fixed new tab from preset and context menu's collapse action #1176

Closed tsujan closed 3 weeks ago

tsujan commented 3 weeks ago

This patch fixes two bugs when the terminal is started with a preset of N > 1 terminals:

I also silenced a compilation warning about &QCheckBox::stateChanged.

Fixes https://github.com/lxqt/qterminal/issues/1104

tsujan commented 3 weeks ago

@stefonarch I think it's better to remove these bugs before the next release; hence bothering you with testing. I've tested it too.