add grouping, default proxy vcodec h264.mp4, default titlebar alpha=1, green bar bug
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindowgui.C
index 0f2ef12331dcaf6583a5f2526570b0d2af5e8f30..743c721cf2fcd6f6cc1aba24d3e11348556df200 100644 (file)
@@ -1007,6 +1007,7 @@ int MWindowGUI::drag_motion()
 
        if( mwindow->session->current_operation == DRAG_ASSET ||
            mwindow->session->current_operation == DRAG_EDIT ||
+           mwindow->session->current_operation == DRAG_GROUP ||
            mwindow->session->current_operation == DRAG_AEFFECT_COPY ||
            mwindow->session->current_operation == DRAG_VEFFECT_COPY )
         {
@@ -1198,7 +1199,7 @@ int MWindowGUI::keypress_event()
                packed = 1;
        case 'c':
                if( !ctrl_down() || alt_down() ) break;
-               mwindow->selected_to_clipboard(packed);
+               mwindow->selected_edits_to_clipboard(packed);
                result = 1;
                break;
        case 'b':