Update of /cvsroot/easycalc/easycalc
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27900
Modified Files:
grsetup.c
Log Message:
linestyle buttons with BackColor and FrameColor (for grayscale)
Index: grsetup.c
===================================================================
RCS file: /cvsroot/easycalc/easycalc/grsetup.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** grsetup.c 5 Oct 2006 15:15:44 -0000 1.25
--- grsetup.c 6 Oct 2006 14:57:02 -0000 1.26
***************
*** 574,579 ****
--- 574,581 ----
if (graphPrefs.functype != graph_param || i % 2 == 0) {
FrmGetObjectBounds(frm, FrmGetObjectIndex(frm,grType1+i), &bounds);
+ graph_setcolor(-1);
WinEraseRectangle(&bounds, 0);
WinDrawRectangleFrame(roundFrame, &bounds);
+ graph_unsetcolor();
x = bounds.topLeft.x;
|