Update of /cvsroot/win32forth/win32forth/src/gdi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17197/src/gdi
Modified Files:
gdiDC.f
Log Message:
Fixed a bug in the SetArcDirection: method of the gdiDC class.
Index: gdiDC.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/gdi/gdiDC.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gdiDC.f 2 Nov 2005 16:30:56 -0000 1.2
--- gdiDC.f 5 Nov 2005 10:53:27 -0000 1.3
***************
*** 386,390 ****
\ AD_CLOCKWISE Figures drawn clockwise.
:M SetArcDirection: ( Direction -- OldDirection )
! if hObject call SetArcDirection then ;M
\ The GetArcDirection method retrieves the current arc direction for the
--- 386,390 ----
\ AD_CLOCKWISE Figures drawn clockwise.
:M SetArcDirection: ( Direction -- OldDirection )
! hObject call SetArcDirection ;M
\ The GetArcDirection method retrieves the current arc direction for the
|