Skip to content

Commit

Permalink
Reset horizontal position in value() method, too.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1877 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Dec 19, 2001
1 parent def18b8 commit 9f601cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0b8

- Fl_Help_View didn't reset the horizontal scroll
position when showing a new page.
- Fl_Pack now allows any child widget to be the
resizable() widget, not just the last one.
- MacOS: opaque window resizing, all events except
Expand Down
5 changes: 3 additions & 2 deletions src/Fl_Help_View.cxx
@@ -1,5 +1,5 @@
//
// "$Id: Fl_Help_View.cxx,v 1.1.2.21 2001/12/19 15:57:32 easysw Exp $"
// "$Id: Fl_Help_View.cxx,v 1.1.2.22 2001/12/19 15:59:51 easysw Exp $"
//
// Fl_Help_View widget routines.
//
Expand Down Expand Up @@ -2402,6 +2402,7 @@ Fl_Help_View::value(const char *v) // I - Text to view

set_changed();
topline(0);
leftline(0);
}


Expand Down Expand Up @@ -2566,5 +2567,5 @@ hscrollbar_callback(Fl_Widget *s, void *)


//
// End of "$Id: Fl_Help_View.cxx,v 1.1.2.21 2001/12/19 15:57:32 easysw Exp $".
// End of "$Id: Fl_Help_View.cxx,v 1.1.2.22 2001/12/19 15:59:51 easysw Exp $".
//

0 comments on commit 9f601cc

Please sign in to comment.