Author: skovmanden
Date: 2006-11-11 04:13:38 +0100 (Sat, 11 Nov 2006)
New Revision: 1583
Modified:
freesci/branches/glutton/ChangeLog
freesci/branches/glutton/src/gfx/widgets.c
Log:
Fix LSL5 help icon.
Lars
Modified: freesci/branches/glutton/ChangeLog
===================================================================
--- freesci/branches/glutton/ChangeLog 2006-11-10 21:58:29 UTC (rev 1582)
+++ freesci/branches/glutton/ChangeLog 2006-11-11 03:13:38 UTC (rev 1583)
@@ -1,3 +1,8 @@
+2006-11-11 Lars Skovlund <[EMAIL PROTECTED]>
+
+ * sfx/gfx/widgets.c (gfxw_make_snapshot): Make sure we include
+ widgets whose edges lie along the screen edges.
+
2006-11-10 Lars Skovlund <[EMAIL PROTECTED]>
* src/gfx/sci_widgets.c (sciw_new_window): Sanitize window
Modified: freesci/branches/glutton/src/gfx/widgets.c
===================================================================
--- freesci/branches/glutton/src/gfx/widgets.c 2006-11-10 21:58:29 UTC (rev
1582)
+++ freesci/branches/glutton/src/gfx/widgets.c 2006-11-11 03:13:38 UTC (rev
1583)
@@ -2361,6 +2361,10 @@
retval->area = area;
+ /* Work around subset semantics in gfx_rect_subset.
+ This fixes the help icon in LSL5. */
+ if (retval->area.xl == 320) retval->area.xl = 321;
+
return retval;
}
_______________________________________________
FreeSCI-develop mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freesci-develop