From 7bf3c4e2eb2cf0236f1685da9483a9aa6f075b76 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Jun 2000 18:42:08 +0000 Subject: Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to the end of the value() text. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1175 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Input_.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 01fb9a000..aadbe8924 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Input_.cxx,v 1.21.2.5 2000/06/05 21:20:52 mike Exp $" +// "$Id: Fl_Input_.cxx,v 1.21.2.6 2000/06/06 18:42:08 mike Exp $" // // Common input widget routines for the Fast Light Tool Kit (FLTK). // @@ -714,7 +714,7 @@ int Fl_Input_::static_value(const char* str, int len) { xscroll_ = yscroll_ = 0; minimal_update(0); } - position(size(), 0); + position(0, 0); return 1; } @@ -744,5 +744,5 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.21.2.5 2000/06/05 21:20:52 mike Exp $". +// End of "$Id: Fl_Input_.cxx,v 1.21.2.6 2000/06/06 18:42:08 mike Exp $". // -- cgit v1.2.3