Ticket #3383: update_video_bounds.patch

File update_video_bounds.patch, 615 bytes (added by david.asher@…, 17 years ago)

adds update of drawVideoBounds to UP/DOWN key action

  • programs/mythfrontend/playbackbox.cpp

     
    14531460            paintSkipUpdate = false;
    14541461            update(drawListBounds);
    14551462            update(drawInfoBounds);
     1463            update(drawVideoBounds);
    14561464        }
    14571465    }
    14581466}
     
    14841492            paintSkipUpdate = false;
    14851493            update(drawListBounds);
    14861494            update(drawInfoBounds);
     1495            update(drawVideoBounds);
    14871496        }
    14881497    }
    14891498}