From 5334e884380e6c1c79704f9403ab98b2f6fefd7f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 26 Oct 2004 16:37:56 +0000 Subject: redraw after import redraw after import --- src/PSEditor.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx index caf3795..92eea4b 100644 --- a/src/PSEditor.cxx +++ b/src/PSEditor.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditor.cxx,v 1.18 2004/10/26 16:58:49 hofmann Exp $" +// "$Id: PSEditor.cxx,v 1.19 2004/10/26 18:37:56 hofmann Exp $" // // PSEditor routines. // @@ -200,7 +200,8 @@ int PSEditor::import(char *f) { delete(p1); delete(p2); - + mod = 1; + redraw(); return 0; } -- cgit v1.2.3