diff options
author | Torbjörn Andersson | 2012-12-27 10:19:21 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2012-12-27 10:19:21 +0100 |
commit | 34098bc688da2d7f0595cb618d30a252de67da6b (patch) | |
tree | 686d76046c50f6616792bccc04aec34d3e77d39b | |
parent | 85beaf6fed59792046811231ce76ee08c593adf5 (diff) | |
download | scummvm-rg350-34098bc688da2d7f0595cb618d30a252de67da6b.tar.gz scummvm-rg350-34098bc688da2d7f0595cb618d30a252de67da6b.tar.bz2 scummvm-rg350-34098bc688da2d7f0595cb618d30a252de67da6b.zip |
NEWS: Document slider mousewheel change
It wasn't obvious that the feature was there at all, so now it is
at least mentioned somewhere.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ For a more comprehensive changelog of the latest experimental code, see: - Added Galician translation. - Added Finnish translation. - Added Belarusian translation. + - Using the mouse wheel on a slider widget now changes the value by the + smallest possible amount. This is more predictable than the old behaviour, + which was to change the value by "one pixel" which would sometimes not + change it at all. Cine: - Improved audio support for Amiga and AtariST versions of Future Wars. |