Skip to content

Commit 42c9703

Browse files
committed
Removed video format dependency of up/down reference indication
Removed relationship between video format and the default position for the up down reference indication.
1 parent 56fec5c commit 42c9703

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/js/tabs/osd.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,16 +1185,10 @@ OSD.loadDisplayFields = function() {
11851185
name: 'OSD_UP_DOWN_REFERENCE',
11861186
text: 'osdTextElementUpDownReference',
11871187
desc: 'osdDescUpDownReference',
1188-
defaultPosition() {
1189-
let position = 238;
1190-
if (OSD.constants.VIDEO_TYPES[OSD.data.video_system] !== 'NTSC') {
1191-
position += FONT.constants.SIZES.LINE;
1192-
}
1193-
return position;
1194-
},
1188+
defaultPosition: 238,
11951189
draw_order: 465,
11961190
positionable: true,
1197-
preview: 'U'
1191+
preview: 'U',
11981192
},
11991193
};
12001194
};

0 commit comments

Comments
 (0)