Home
last modified time | relevance | path

Searched refs:last_transition_loop_to_fit (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmerge.c147 lives_widget_set_sensitive(merge_opts->spinbutton_loops, !mainw->last_transition_loop_to_fit); in create_merge_dialog()
153 …tandard_check_button_new(_("_Loop Clipboard to Fit Selection"), mainw->last_transition_loop_to_fit, in create_merge_dialog()
155 …ives_toggle_button_set_active(LIVES_TOGGLE_BUTTON(fit_button), mainw->last_transition_loop_to_fit); in create_merge_dialog()
272 merge_opts->loop_to_fit = mainw->last_transition_loop_to_fit; in on_merge_activate()
287 mainw->last_transition_loop_to_fit = merge_opts->loop_to_fit; in on_merge_cancel_clicked()
335 mainw->last_transition_loop_to_fit = merge_opts->loop_to_fit; in on_merge_ok_clicked()
430 if (!mainw->last_transition_loop_to_fit) { in on_merge_ok_clicked()
446 if (mainw->last_transition_loop_to_fit) { in on_merge_ok_clicked()
454 if (!mainw->last_transition_loop_to_fit) { in on_merge_ok_clicked()
H A Dmainwindow.h863 boolean last_transition_loop_to_fit; member
H A Dmain.c1251 mainw->last_transition_loop_to_fit = mainw->last_transition_ins_frames = FALSE; in lives_init()