summaryrefslogtreecommitdiff
path: root/src/PSEditModel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:56:00 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:56:00 +0000
commit4ef45e532c786dc02b2c5f2141fb713264143c8c (patch)
tree483d3464c190bfdc92261d60fdbc239beb4ae445 /src/PSEditModel.cxx
parentdd205b01f0eb3d82c0fd7cdbbae41a8441d4fe5e (diff)
fix tab-stuff
fix tab-stuff
Diffstat (limited to 'src/PSEditModel.cxx')
-rw-r--r--src/PSEditModel.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/PSEditModel.cxx b/src/PSEditModel.cxx
index 7a25a89..f898c50 100644
--- a/src/PSEditModel.cxx
+++ b/src/PSEditModel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.cxx,v 1.10 2004/11/08 18:10:34 hofmann Exp $"
+// "$Id: PSEditModel.cxx,v 1.11 2004/11/08 18:56:00 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -120,6 +120,9 @@ int PSEditModel::next_text(int p) {
if (cur_text) {
cur_text = cur_text->get_next();
+ }
+
+ if (cur_text) {
return 0;
} else if (text[p]) {
cur_text = text[p];