X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ftimelinepane.C;h=7698cb6936c1f512b07d2d0b0e61484987e0876c;hb=c88e3df2c765bfff605a98f1feed145af81ca238;hp=e3d3bb4fa394b0f66e45d2774565a29a84a77334;hpb=0219a5a9bc9f83ba861a5a4331e73e821349127c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/timelinepane.C b/cinelerra-5.1/cinelerra/timelinepane.C index e3d3bb4f..7698cb69 100644 --- a/cinelerra-5.1/cinelerra/timelinepane.C +++ b/cinelerra-5.1/cinelerra/timelinepane.C @@ -288,12 +288,12 @@ void TimelinePane::update(int scrollbars, int patchbay) { if(timebar && this->timebar) this->timebar->update(0); - if(patchbay && this->patchbay) this->patchbay->update(); if(scrollbars) { if(samplescroll && this->samplescroll) samplescroll->set_position(); if(trackscroll && this->trackscroll) trackscroll->set_position(); } + if(patchbay && this->patchbay) this->patchbay->update(); if(do_canvas) {