mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
Initialize _showTerminalSizeHint as true to be consistent with profile default.
This commit is contained in:
@@ -297,7 +297,7 @@ TerminalDisplay::TerminalDisplay(QWidget *parent)
|
||||
,_image(0)
|
||||
,_randomSeed(0)
|
||||
,_resizing(false)
|
||||
,_showTerminalSizeHint(false)
|
||||
,_showTerminalSizeHint(true)
|
||||
,_bidiEnabled(false)
|
||||
,_actSel(0)
|
||||
,_wordSelectionMode(false)
|
||||
|
||||
Reference in New Issue
Block a user