author | josef <josef> | 2002-10-26 14:31:47 (UTC) |
---|---|---|
committer | josef <josef> | 2002-10-26 14:31:47 (UTC) |
commit | a4a1722ba3a2874adef57e0c04093814c0dc4f8f (patch) (unidiff) | |
tree | c8bf31f6c5e035a4d3e0b9412d7a6d523eb167db | |
parent | 2bd985c4f5a5c27260e6057a1ca8a2e0e586acbb (diff) | |
download | opie-a4a1722ba3a2874adef57e0c04093814c0dc4f8f.zip opie-a4a1722ba3a2874adef57e0c04093814c0dc4f8f.tar.gz opie-a4a1722ba3a2874adef57e0c04093814c0dc4f8f.tar.bz2 |
- one-line fix:
+hposition = 0;
Initialization should work correctly now
-rw-r--r-- | noncore/apps/opie-console/TEWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/TEWidget.cpp b/noncore/apps/opie-console/TEWidget.cpp index d1ff85e..1c83710 100644 --- a/noncore/apps/opie-console/TEWidget.cpp +++ b/noncore/apps/opie-console/TEWidget.cpp | |||
@@ -355,6 +355,7 @@ TEWidget::TEWidget(QWidget *parent, const char *name) : QFrame(parent,name) | |||
355 | font_a = 1; | 355 | font_a = 1; |
356 | word_selection_mode = FALSE; | 356 | word_selection_mode = FALSE; |
357 | vcolumns = 0; | 357 | vcolumns = 0; |
358 | hposition = 0; | ||
358 | 359 | ||
359 | setMouseMarks(TRUE); | 360 | setMouseMarks(TRUE); |
360 | setVTFont( QFont("fixed") ); | 361 | setVTFont( QFont("fixed") ); |