Ticket #2395: mc-4.7.0.9-panel-drag-scroll.patch

File mc-4.7.0.9-panel-drag-scroll.patch, 451 bytes (added by egmont, 14 years ago)

seems to fix it

  • src/screen.c

    diff -ur mc-4.7.0.9.orig/src/screen.c mc-4.7.0.9/src/screen.c
    old new  
    32303230        if (!is_active) 
    32313231            change_panel (); 
    32323232 
    3233         if (event->y > lines) 
    3234             return MOU_NORMAL; 
    3235  
    32363233        if (panel->top_file + event->y > panel->count) 
    32373234            my_index = panel->count - 1; 
    32383235        else