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