From 80fc6a294bc29cc5da83cf3195bfc1913c0f3271 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 26 Oct 2004 15:22:45 +0000 Subject: - reload if DONE received from gs - fix warning in PSEditWidget.cxx - reload if DONE received from gs - fix warning in PSEditWidget.cxx --- src/PSEditWidget.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PSEditWidget.cxx') diff --git a/src/PSEditWidget.cxx b/src/PSEditWidget.cxx index 47255d8..4186504 100644 --- a/src/PSEditWidget.cxx +++ b/src/PSEditWidget.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditWidget.cxx,v 1.22 2004/10/23 20:00:51 hofmann Exp $" +// "$Id: PSEditWidget.cxx,v 1.23 2004/10/26 17:22:45 hofmann Exp $" // // PSEditWidget routines. // @@ -154,7 +154,7 @@ void PSEditWidget::move(int x1, int y1, int last_x, int last_y) { void PSEditWidget::rm_char() { PSEditText *t; - int width; + double width; t = model->get_cur_text(); if (t) { -- cgit v1.2.3