rework intl strategy, titler upgrades, fonts fixes, igor ru.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vwindowgui.C
index 6bd71b1f5a6c307478d70b1a83f048b295be1a7c..7fcd82a264e75877385cb637e512a61fe6e4978c 100644 (file)
@@ -635,7 +635,7 @@ double VWindowEditing::get_position()
 void VWindowEditing::set_position(double position)
 {
        EDL *edl = vwindow->get_edl();
-       if( edl ) return;
+       if( !edl ) return;
        if( get_position() != position ) {
                position -= edl->session->get_frame_offset() / edl->session->frame_rate;
                if( position < 0 ) position = 0;