From 3ecc6d0a7934c42395d863b74e47f903fe864760 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 Sep 2016 13:59:46 +0200 Subject: command: fix window-scale option/property inconsistencies For some odd reason, value ranges for the window-scale option and property are different, and the property has a more narrow range. Change it to the option range. Also store the window-scale value into the option value when setting the property, so it will be persistent if the window is closed and reopened. --- DOCS/man/input.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index e626b1ba81..17bba1c2ab 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -2122,6 +2122,9 @@ caveats with some properties (due to historical reasons): option is for loading playlist during command line parsing. For client API uses, you should use the ``loadlist`` command instead. +``window-scale`` + Might verify the set value when setting while a window is created. + ``audio-file``, ``sub-file``, ``external-file`` These options/properties are actually lists of filenames. To make the command-line interface easier, each ``--audio-file=...`` option appends -- cgit v1.2.3