mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Animation speed is a value, not a boolean
This breaks compatibility with old preferences, but it's a single key and not that very important so I don't think it's a bigger issue I've renamed prefs.animation to prefs.animation_speed to denote that it's a value, and not a state. Also, fixed the places that were treating it as a state (on/off) to treat it like a correct value. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
82bcb1767c
commit
65eefe7b59
6 changed files with 18 additions and 18 deletions
|
|
@ -26,7 +26,7 @@ struct preferences default_prefs = {
|
|||
.calcndltts = false,
|
||||
.gflow = 30,
|
||||
.gfhigh = 75,
|
||||
.animation = 500,
|
||||
.animation_speed = 500,
|
||||
.gf_low_at_maxdepth = false,
|
||||
.font_size = -1,
|
||||
.display_invalid_dives = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue