summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 15:22:45 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 15:22:45 +0000
commit80fc6a294bc29cc5da83cf3195bfc1913c0f3271 (patch)
tree1e9f99740c0083931d4c6b38b3b024048bfa4556 /src/PSEditWidget.cxx
parentbc7e8e0a1617eb26ec38b2a4e433efc9c7f85f6a (diff)
- reload if DONE received from gs - fix warning in PSEditWidget.cxx
- reload if DONE received from gs - fix warning in PSEditWidget.cxx
Diffstat (limited to 'src/PSEditWidget.cxx')
-rw-r--r--src/PSEditWidget.cxx4
1 files changed, 2 insertions, 2 deletions
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) {