fixes for selection and popup behaviors
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowmove.C
index 62460c516c58c99cae12444aca599d46cc0722bb..cffc71df0ea33bcda33bc7d5e57999726bd766fe 100644 (file)
@@ -884,6 +884,7 @@ void MWindow::split_x()
        gui->mainmenu->update_toggles(0);
        gui->update_pane_dividers();
        gui->update_cursor();
+       gui->draw_samplemovement();
 // required to get new widgets to appear
        gui->show_window();
 
@@ -907,6 +908,7 @@ void MWindow::split_y()
        gui->mainmenu->update_toggles(0);
        gui->update_pane_dividers();
        gui->update_cursor();
+       gui->draw_trackmovement();
 // required to get new widgets to appear
        gui->show_window();
        gui->resource_thread->start_draw();