]> git.sesse.net Git - kdenlive/commit
Fix list parameters sometimes incorrectly loaded.
authorTill Theato <root@ttill.de>
Thu, 30 Jun 2011 21:22:52 +0000 (21:22 +0000)
committerTill Theato <root@ttill.de>
Thu, 30 Jun 2011 21:22:52 +0000 (21:22 +0000)
commite937b89191963d5310d7d6823090bf270db90ae8
tree49c0168a5c91bb8cd7e12102e3bc30df6eb18ae0
parentd1fe292c698b2c7a3c61510bbb6e1d5773fa28ed
Fix list parameters sometimes incorrectly loaded.

This happened when internally double was used to present the list parameter. When the first or last item was selected (0, 1) and in the xml description it was stored as '0.0' and '1.0' (for consistency with the values inbetween) converting it to double and then to string again made it '0' and '1'.

svn path=/trunk/kdenlive/; revision=5752
src/trackview.cpp