Blame SOURCES/graphviz-2.40.1-dotty-menu-fix.patch

6cf174
diff --git a/cmd/dotty/dotty_ui.lefty b/cmd/dotty/dotty_ui.lefty
6cf174
index a8c9116..a708c61 100644
6cf174
--- a/cmd/dotty/dotty_ui.lefty
6cf174
+++ b/cmd/dotty/dotty_ui.lefty
6cf174
@@ -342,7 +342,7 @@ dotty.protovt.normal.uifuncs = [
6cf174
         else
6cf174
             gt.insertedge (gt, data.pobj, null, data.obj, null, null, 1);
6cf174
     };
6cf174
-    'rightdown' = function (data) {
6cf174
+    'rightup' = function (data) {
6cf174
         local vt, gt, menu, i;
6cf174
 
6cf174
         vt = dotty.views[data.widget];
6cf174
@@ -447,7 +447,7 @@ dotty.protovt.birdseye.uifuncs = [
6cf174
     'middledown' = dotty.protovt.normal.uifuncs.middledown;
6cf174
     'middlemove' = dotty.protovt.normal.uifuncs.middlemove;
6cf174
     'middleup' = dotty.protovt.normal.uifuncs.middleup;
6cf174
-    'rightdown' = dotty.protovt.normal.uifuncs.rightdown;
6cf174
+    'rightup' = dotty.protovt.normal.uifuncs.rightup;
6cf174
     'keyup' = dotty.protovt.normal.uifuncs.keyup;
6cf174
     'redraw' = dotty.protovt.normal.uifuncs.redraw;
6cf174
     'closeview' = dotty.protovt.normal.uifuncs.closeview;