You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
9b8f89becf
* py-gpilab: update to latest; add 38 flavors. * Fix order of depends_lib and trailing slash... * Remove stray whitespace.
13 lines
463 B
Diff
13 lines
463 B
Diff
--- lib/gpi/canvasGraph.py.orig 2018-04-05 22:57:22.000000000 -0500
|
|
+++ lib/gpi/canvasGraph.py 2018-10-10 11:00:42.000000000 -0500
|
|
@@ -1626,6 +1626,9 @@
|
|
else:
|
|
macroAct.setChecked(False)
|
|
|
|
+ for action in (copyAct, pasteAct, saveAct, loadAct, pauseAct):
|
|
+ action.setShortcutVisibleInContextMenu(True)
|
|
+
|
|
# basic editor actions
|
|
menu.addSeparator()
|
|
menu.addAction(copyAct)
|