swaroop: fix sense of skippable property.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Dec 2018 22:07:13 +0000 (22:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Dec 2018 22:07:13 +0000 (22:07 +0000)
src/wx/swaroop_controls.cc

index e02c387498ed8468a076532ad01e6a1344f5ce35..a32e50a21eccd95778957733ff9b8fb5d3f7c973 100644 (file)
@@ -375,7 +375,7 @@ SwaroopControls::update_current_content ()
 
        SPLEntry const & e = _playlists[*_selected_playlist].get()[_selected_playlist_position];
        _current_disable_timeline = e.disable_timeline;
-       _current_disable_next_previous = e.skippable;
+       _current_disable_next_previous = !e.skippable;
 
        setup_sensitivity ();
        reset_film ();