From: Jos v.d.V. <jo...@us...> - 2017-08-01 11:37:04
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10799 Modified Files: CONTROLS.F Log Message: Jos: Solves the problem of the crashing dialog windows. Reported by Daniel on Feb 24, 2016 Index: CONTROLS.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CONTROLS.F,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CONTROLS.F 17 Dec 2013 19:25:22 -0000 1.15 --- CONTROLS.F 1 Aug 2017 11:37:02 -0000 1.16 *************** *** 362,365 **** --- 362,367 ---- ;M + :M On_Init: ( -- ) ;M + :M ~: ( -- ) -dialoglist ~: super ;M |