Changeset 9976


Ignore:
Timestamp:
21 Feb 2013, 15:58:13 (12 years ago)
Author:
uli
Message:

Fix cell-orientation with single end cells in large signature tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py

    r9975 r9976  
    336336
    337337    if sig_num > max_per_row:
     338        if horizontal is None:
     339            horizontal = max_per_row == 1
    338340        sigs_by_row = [signatures[x:x+max_per_row] for x in range(
    339341            0, sig_num, max_per_row)]
Note: See TracChangeset for help on using the changeset viewer.