bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-hv / motionwindow-hv.C
index ad536ba5752aad8181168bb96f3e65802575a60b..d61080b9a985e68887431b0e1174d49700e446eb 100644 (file)
@@ -209,6 +209,8 @@ void MotionHVWindow::create_objects()
                this,
                x + track_single->get_w() + title->get_w() + 20,
                y));
+       if(plugin->config.tracking_object != MotionHVScan::TRACK_SINGLE)
+               track_frame_number->disable();
 
        y += 20;
        add_subwindow(track_previous = new TrackPreviousFrame(plugin,
@@ -779,7 +781,6 @@ TrackFrameNumber::TrackFrameNumber(MotionHVMain *plugin,
 {
        this->plugin = plugin;
        this->gui = gui;
-       if(plugin->config.tracking_object != MotionHVScan::TRACK_SINGLE) disable();
 }
 
 int TrackFrameNumber::handle_event()