remove old openjpeg which was upgrade awhile back
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vtimebar.C
index 6e79b89eb8dde10be73e213d8e6b41507cc5064a..e575c796270ba9bffb29f285c385ccb192962a85 100644 (file)
@@ -43,6 +43,8 @@ VTimeBar::VTimeBar(MWindow *mwindow,
 {
        this->mwindow = mwindow;
        this->gui = gui;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Preview Region Usage");
 }
 
 int VTimeBar::resize_event()
@@ -92,10 +94,7 @@ void VTimeBar::select_label(double position)
                }
 
 // Que the CWindow
-               gui->vwindow->update_position(CHANGE_NONE,
-                       0,
-                       1,
-                       0);
+               gui->vwindow->update_position();
                update(1);
        }
 }