patchgui track height tumber fix
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / patchgui.C
index cb2c240307a5568f94b886e0bc94652c02947c5a..e69b707acb387a4b6b50bf9af0446af96cd4eae4 100644 (file)
@@ -580,7 +580,7 @@ int MutePatch::button_release_event()
 
 
 ZoomPatch::ZoomPatch(MWindow *mwindow, PatchGUI *patch, int x, int y)
 
 
 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;
 {
        this->mwindow = mwindow;
        this->patch = patch;