fix audio big btn replay, new proj path, proxy fix, updated Features5
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.C
index f7cd97cd94accae12af1451d1c5a0b7df7d21714..566afd6c27d12f21d96c12c8fee2540b0fe6b7fe 100644 (file)
@@ -1303,6 +1303,8 @@ int MWindowGUI::keypress_event()
        case KEY_F8:
        case KEY_F9:
        case KEY_F10:
+       case KEY_F11:
+       case KEY_F12:
                resend_event(mwindow->cwindow->gui);
                return 1;
        }
@@ -2328,7 +2330,8 @@ int PaneButton::cursor_motion_event()
 
 int PaneButton::button_release_event()
 {
-       mwindow->gui->stop_pane_drag();
+       if( get_buttonpress() != WHEEL_DOWN && get_buttonpress() != WHEEL_UP )
+               mwindow->gui->stop_pane_drag();
        int result = BC_Button::button_release_event();
        return result;
 }