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