From: Jos v.d.V. <jo...@us...> - 2008-08-17 16:38:27
|
Update of /cvsroot/win32forth/win32forth/Templates In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9459 Modified Files: TreeViewInSplitWindow.f Log Message: Jos: Restored my testcase Index: TreeViewInSplitWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/Templates/TreeViewInSplitWindow.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TreeViewInSplitWindow.f 17 Aug 2008 15:04:24 -0000 1.2 --- TreeViewInSplitWindow.f 17 Aug 2008 16:38:21 -0000 1.3 *************** *** 5,10 **** Needs Treeview.f ! \ false ! 1 value turnkey? defer OnPosition ( window -- ) ' drop is OnPosition \ called when window panes are repositioned --- 5,9 ---- Needs Treeview.f ! false value turnkey? defer OnPosition ( window -- ) ' drop is OnPosition \ called when window panes are repositioned |