X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.C;fp=cinelerra-5.1%2Fcinelerra%2Fpatchgui.C;h=e69b707acb387a4b6b50bf9af0446af96cd4eae4;hp=cb2c240307a5568f94b886e0bc94652c02947c5a;hb=f46839d462b640dd0542b2d87c7ab03e72a72613;hpb=1529091cdf16df199a901aabe6e8fa1813a933af diff --git a/cinelerra-5.1/cinelerra/patchgui.C b/cinelerra-5.1/cinelerra/patchgui.C index cb2c2403..e69b707a 100644 --- a/cinelerra-5.1/cinelerra/patchgui.C +++ b/cinelerra-5.1/cinelerra/patchgui.C @@ -580,7 +580,7 @@ int MutePatch::button_release_event() ZoomPatch::ZoomPatch(MWindow *mwindow, PatchGUI *patch, int x, int y) - : BC_Tumbler(x, y) + : BC_Tumbler(x, y, mwindow->theme->get_image_set("tumblepatch_data")) { this->mwindow = mwindow; this->patch = patch;