update ru.po/andrew, edge gui init fix, dual monitor root coords tweaks, rm debug...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / apatchgui.C
index 3960dda8c67b9c01841d19bf6d38c3698e9dbd37..d44b584b46812092c4cb14cb79c79206b90e336f 100644 (file)
@@ -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;