Single channel EPG column widths don't update when font size changes

Issue #587 resolved
prl created an issue

Replication steps

From live TV, long-EPG>Show EPG for current channel

MENU, then increase Event font size by a large amount (say, from 0 to 10).

GREEN OK

The column widths remain the same and the column text is truncated horizontally. It's also truncated vertically, but that's expected if Number of rows isn't changed when the font size changes.

EXIT, then long-EPG>Show EPG for current channel

The column widths are now correct (but there's still vertical truncation of the text).

Comments (3)

  1. Peter Urbanec

    Fix Bug #587: Single channel EPG column widths don't update when font size changes

    [EpgSelection]

    In EpgSelection.onSetupClose() call self['list'].recalcEntrySize() to resize the EPG columns after the setup screen closes so that changes in font size are reflected in the column widths.

    → <<cset 73fa11730d5f>>

  2. Log in to comment