X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.C;h=e052668b469b9ca9a0417e09d519712b0e1f75c1;hb=8e724284dd5fc04e92d8b1303de6e93909c6ea84;hp=a6a1c1ce9ed9f82a964c34fd1bbef5ca4e06cecd;hpb=d4cfc2eaf603cd5abc76e98676a5ac8a53285c4e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/awindowgui.C b/cinelerra-5.1/cinelerra/awindowgui.C index a6a1c1ce..e052668b 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.C +++ b/cinelerra-5.1/cinelerra/awindowgui.C @@ -1508,8 +1508,6 @@ int AWindowFolders::selection_changed() int AWindowFolders::button_press_event() { - if( get_buttonpress() == 3 && is_event_win() && cursor_inside() ) - return 0; return BC_ListBox::button_press_event(); } @@ -1560,8 +1558,6 @@ AWindowAssets::~AWindowAssets() int AWindowAssets::button_press_event() { - if( get_buttonpress() == 3 && is_event_win() && cursor_inside() ) - return 0; return BC_ListBox::button_press_event(); }