[q-lang-cvs] qcalc qcalc.q,1.130,1.131
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-12 16:26:59
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7720 Modified Files: qcalc.q Log Message: bugfixes Index: qcalc.q =================================================================== RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v retrieving revision 1.130 retrieving revision 1.131 diff -C2 -d -r1.130 -r1.131 *** qcalc.q 12 Nov 2007 16:19:09 -0000 1.130 --- qcalc.q 12 Nov 2007 16:26:54 -0000 1.131 *************** *** 1068,1074 **** where (I,J) = real_index (I,J): = qt TABLE "clearCell" (I,J) if not has_table_item (I,J); - // = qt TABLE "clearCellWidget" (I,J) || - // clear_gui_elem (I,J) || - // set_cell (I,J) "" || set_pixmap (I,J) NULLPM; = qt TABLE "clearCell" (I,J) || spanned_table_item (I,J) (N,M) --- 1068,1071 ---- *************** *** 1146,1150 **** if qt TABW "currentPageIndex" () = 0 if is_global: = // nuke the current cell ! qt TABLE "clearCell" (I,J) || // leave a sentinel value indicating to finish_edit that // this is a GUI element to be reconstructed if the editing --- 1143,1147 ---- if qt TABW "currentPageIndex" () = 0 if is_global: = // nuke the current cell ! clear_cell (I,J) || // leave a sentinel value indicating to finish_edit that // this is a GUI element to be reconstructed if the editing |