summaryrefslogtreecommitdiff
authorar <ar>2004-06-10 22:34:29 (UTC)
committer ar <ar>2004-06-10 22:34:29 (UTC)
commit82f7b1969f5a5c050d21d9087856c59829495083 (patch) (side-by-side diff)
treeafa525f8540f948973013989b420f64fea199a79
parent292e3738ddaa03a75cb1e515b52597e06cc0ace2 (diff)
downloadopie-82f7b1969f5a5c050d21d9087856c59829495083.zip
opie-82f7b1969f5a5c050d21d9087856c59829495083.tar.gz
opie-82f7b1969f5a5c050d21d9087856c59829495083.tar.bz2
- Fix: 0001167 - not the best solution, but it works.
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/qtextedit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-write/qtextedit.cpp b/noncore/apps/opie-write/qtextedit.cpp
index 73b7b7b..bba8a65 100644
--- a/noncore/apps/opie-write/qtextedit.cpp
+++ b/noncore/apps/opie-write/qtextedit.cpp
@@ -673,6 +673,7 @@ QTextEdit::~QTextEdit()
void QTextEdit::init()
{
setFrameStyle( Sunken );
+ setVScrollBarMode( AlwaysOn );
undoEnabled = TRUE;
readonly = TRUE;
setReadOnly( FALSE );