Reset horizontal position in value() method, too.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1877 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
def18b8e0c
commit
9f601ccb73
2
CHANGES
2
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
|
||||
|
@ -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.
|
||||
//
|
||||
@ -2402,6 +2402,7 @@ Fl_Help_View::value(const char *v) // I - Text to view
|
||||
|
||||
set_changed();
|
||||
topline(0);
|
||||
leftline(0);
|
||||
}
|
||||
|
||||
|
||||
@ -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 $".
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user