mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
minor glitch fixed.
svn path=/trunk/kdebase/konsole/; revision=11822
This commit is contained in:
@@ -163,8 +163,11 @@ TEWidget::TEWidget(QWidget *parent, const char *name) : QFrame(parent,name)
|
||||
resizing = FALSE;
|
||||
actSel = 0;
|
||||
image = 0;
|
||||
lines = 0;
|
||||
columns = 0;
|
||||
lines = 1;
|
||||
columns = 1;
|
||||
font_w = 1;
|
||||
font_h = 1;
|
||||
font_a = 1;
|
||||
|
||||
setMouseMarks(TRUE);
|
||||
setFont( QFont("fixed") );
|
||||
|
||||
Reference in New Issue
Block a user