mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
fixed typo in comments
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-2
@@ -481,8 +481,8 @@ void Fl_Group::remove(Fl_Widget &o) {
|
|||||||
// sizes array stores the initial positions of widgets as
|
// sizes array stores the initial positions of widgets as
|
||||||
// left,right,top,bottom quads. The first quad is the group, the
|
// left,right,top,bottom quads. The first quad is the group, the
|
||||||
// second is the resizable (clipped to the group), and the
|
// second is the resizable (clipped to the group), and the
|
||||||
// rest are the children. This is a convienent order for the
|
// rest are the children. This is a convenient order for the
|
||||||
// algorithim. If you change this be sure to fix Fl_Tile which
|
// algorithm. If you change this be sure to fix Fl_Tile which
|
||||||
// also uses this array!
|
// also uses this array!
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user