dblclk label folder item is goto, fix no-drag trns if not drawn, amp up pane divider...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / playabletracks.C
index cf98666bb2388b59e65ef3707959e14f17958ff1..4f53d22accca413ad7b463ffc93ade3597c2b01f 100644 (file)
@@ -65,7 +65,7 @@ int PlayableTracks::is_playable(Track *current_track, int64_t position,
                        result = 0;
 // Test play patch
        if( result &&
-               !current_track->play )
+               !current_track->plays() )
                        result = 0;
        if( result ) {
                EDL *edl = current_track->edl;