We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e4cbd commit b41461eCopy full SHA for b41461e
src/main/java/mediathek/gui/tabs/tab_film/filter/SwingFilterDialog.java
@@ -392,6 +392,8 @@ private class SenderCheckBoxList extends CheckBoxList {
392
private final JCheckBoxMenuItem miVerticalWrap = new JCheckBoxMenuItem("Senderliste vertikal umbrechen", false);
393
394
public SenderCheckBoxList() {
395
+ setVisibleRowCount(-1);
396
+
397
setupSenderList();
398
restoreVerticalWrapState();
399
}
0 commit comments