Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32651/apps/Win32ForthIDE
Modified Files:
FORMOBJECT.F
Log Message:
Reverse small change in ChangeControlType. EAB
Index: FORMOBJECT.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/FORMOBJECT.F,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FORMOBJECT.F 24 Aug 2008 05:07:27 -0000 1.4
--- FORMOBJECT.F 16 Sep 2008 05:16:36 -0000 1.5
***************
*** 1234,1239 ****
ButtonID 0 to ButtonID \ clear buttonid
IDM_FORM_BITMAP IDM_FORM_Generic between
! if \ false ButtonID CheckButton: TheFormBar
! \ true IDM_FORM_SELECT CheckButton: TheFormBar
then \ we will keep our position in the tab order
ThisControl ?ControlNumber \ link to be deleted
--- 1234,1239 ----
ButtonID 0 to ButtonID \ clear buttonid
IDM_FORM_BITMAP IDM_FORM_Generic between
! if false ButtonID CheckButton: TheFormBar
! true IDM_FORM_SELECT CheckButton: TheFormBar
then \ we will keep our position in the tab order
ThisControl ?ControlNumber \ link to be deleted
|