Do not pass negative numbers to item_grid_find_col and item_grid_find_row.
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-cursor.c (item_cursor_autofill_event): Do not pass negative numbers to item_grid_find_col and item_grid_find_row. * src/item-grid.c (item_grid_find_row, item_grid_find_col): Check for possitive numbers. I think the right fix is to accept negative numbers and find the column even if the number is negative instead of this ugly restriction.
Showing
Please register or sign in to comment