summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 16:37:56 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 16:37:56 +0000
commit5334e884380e6c1c79704f9403ab98b2f6fefd7f (patch)
tree866914b3d4b69b2976d3c8f2e0c42f6644e0332c /src/PSEditor.cxx
parent72774ba3215effc7f56cf3b14cd238dc3069c2ab (diff)
redraw after import
redraw after import
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx5
1 files 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;
}