X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvpatchgui.C;h=cab73d7991dc39f099008edd7fd06bdd58669d4a;hb=3325029f915f54fe7e14d7b2cb1d4b8f4dd8a640;hp=d643181607136013d663630edee0d0a21e79bc4a;hpb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/vpatchgui.C b/cinelerra-5.1/cinelerra/vpatchgui.C index d6431816..cab73d79 100644 --- a/cinelerra-5.1/cinelerra/vpatchgui.C +++ b/cinelerra-5.1/cinelerra/vpatchgui.C @@ -516,7 +516,7 @@ VMixPatch::~VMixPatch() VKeyPatchAutoEdge::VKeyPatchAutoEdge(MWindow *mwindow, VKeyFadePatch *patch, int x, int y) : BC_Toggle(x, y, mwindow->theme->get_image_set("bump_edge"), - patch->gui->span,_("Edge")) + patch->gui->edge,_("Edge")) { this->mwindow = mwindow; this->patch = patch;