Mike Alexander <m...@code.gnucash.org> writes:

> +       
> +        /* If we're on a resize line and the column to the right is zero
> +           width, resize that one. */
> +        if (on_line)
> +            resize_col = find_resize_col (header, ptr_col);
> +        else
> +            resize_col = ptr_col;
> +       
> +        if (resize_col > -1)

I don't quite understand this patch (and definitely don't understand the
comment.  Are you saying that it will resize the zero-width column?  Or
are you saying that it will ignore the zero-width column?  The 0-width
column to the right of the balance (the rate cell) is 0-width for a
reason and should not automatically get resized.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warl...@mit.edu                        PGP key available
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to