Ticket #2524: mythtv-cursor_movement_after_adding_to_playlist.patch

File mythtv-cursor_movement_after_adding_to_playlist.patch, 461 bytes (added by sphery <mtdean@…>, 18 years ago)
  • programs/mythfrontend/playbackbox.cpp

     
    36973697
    36983698    togglePlayListItem(curitem);
    36993699
    3700     if (!inTitle)
     3700    if ((!inTitle) && (!listOrder))
    37013701        cursorDown();
     3702    else
     3703        cursorUp();
    37023704
    37033705    paintSkipUpdate = false;
    37043706    update(drawListBounds);