On Thu, Dec 06, 2001 at 11:11:42AM +0100, Juergen Vigna wrote:
> > If I select from c to d, then even though cell b protudes, I end up at d,
> > with b unselected. It should check all cells all the way to the end of the
>selection,
> > not just
>
> I know, I think I answered this already in my
On 06-Dec-2001 John Levon wrote:
> If I select from c to d, then even though cell b protudes, I end up at d,
> with b unselected. It should check all cells all the way to the end of the selection,
> not just
I know, I think I answered this already in my previous mail, didn't I?
Jug
-
This code :
978 if ((ocell == sel_cell_end) ||
979
(tabular->column_of_cell(ocell)>tabular->column_of_cell(actcell)))
980 setSelection(start,
tabular->GetCellAbove(sel_cell_end));
981 else
982