X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fpatchgui.C;h=66c295c31d03a0390deebf833d87020a42975d53;hb=c0b71a7151437c681fe832d1e446924a49ab29aa;hp=73fda403a57a88f1066e6a7f54ea99a9d065d956;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/patchgui.C b/cinelerra-5.0/cinelerra/patchgui.C index 73fda403..66c295c3 100644 --- a/cinelerra-5.0/cinelerra/patchgui.C +++ b/cinelerra-5.0/cinelerra/patchgui.C @@ -208,7 +208,7 @@ int PatchGUI::update(int x, int y) if(h - y1 >= mwindow->theme->play_h) { patchbay->add_subwindow(play = new PlayPatch(mwindow, this, x1 + x, y1 + y)); -//printf("PatchGUI::update 1 %p %p\n", play, &play->status); +//printf("PatchGUI::update %d %d\n", __LINE__, play->get_h()); x1 += play->get_w(); patchbay->add_subwindow(record = new RecordPatch(mwindow, this, x1 + x, y1 + y)); x1 += record->get_w();