X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fapatchgui.C;h=d44b584b46812092c4cb14cb79c79206b90e336f;hb=0b751b07a28e84a721b2bb76083db6629aa26d73;hp=3960dda8c67b9c01841d19bf6d38c3698e9dbd37;hpb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/apatchgui.C b/cinelerra-5.1/cinelerra/apatchgui.C index 3960dda8..d44b584b 100644 --- a/cinelerra-5.1/cinelerra/apatchgui.C +++ b/cinelerra-5.1/cinelerra/apatchgui.C @@ -399,7 +399,7 @@ AMixPatch::~AMixPatch() AKeyPatchAutoEdge::AKeyPatchAutoEdge(MWindow *mwindow, AKeyFadePatch *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;