From 4ef45e532c786dc02b2c5f2141fb713264143c8c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 8 Nov 2004 17:56:00 +0000 Subject: fix tab-stuff fix tab-stuff --- src/PSEditModel.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/PSEditModel.cxx') 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]; -- cgit v1.2.3