Initialize _showTerminalSizeHint as true to be consistent with profile default.

This commit is contained in:
Jekyll Wu
2011-10-10 17:33:54 +08:00
parent dcd042270f
commit 0ca11c659f

View File

@@ -297,7 +297,7 @@ TerminalDisplay::TerminalDisplay(QWidget *parent)
,_image(0)
,_randomSeed(0)
,_resizing(false)
,_showTerminalSizeHint(false)
,_showTerminalSizeHint(true)
,_bidiEnabled(false)
,_actSel(0)
,_wordSelectionMode(false)