awindowgui / mwindowedit / label rework
[goodguy/history.git] / cinelerra-5.1 / cinelerra / timebar.C
index a09257bc1b502dd04f6e0b8f6428f6895d18e58f..b295c32390ddbc8996cc3563138093f2853833a5 100644 (file)
@@ -101,7 +101,7 @@ int LabelGUI::button_press_event()
 
        if (this->is_event_win() && get_buttonpress() == 3) {
                if (label)
-                       timebar->label_edit->edit_label(label);
+                       timebar->label_edit->start(label);
                result = 1;
        } else {
                result = BC_Toggle::button_press_event();