X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.C;h=e052668b469b9ca9a0417e09d519712b0e1f75c1;hb=155cea9e8f0f6a59f3e713230575603da305d47e;hp=a6a1c1ce9ed9f82a964c34fd1bbef5ca4e06cecd;hpb=0d49253b107e67067b6143958fee3f8e4c0e0b6c;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(); }