diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2012-09-28 10:30:00 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2012-09-28 10:30:00 -0700 |
commit | 9f72b877043cd6e5d8e7cee20c0e4390419a94b7 (patch) | |
tree | 6153cac52ba96f11ae756a104bbe9b7afd5a5d98 /grc/gui/FlowGraph.py | |
parent | 2d2afd3b387bd3426cc30239f679d48cefe9eb93 (diff) | |
parent | 515d1b6f91f5dd28997525b1e88006bbfc0f170a (diff) |
Merge branch 'master' into wip/gr-blocks-master
Diffstat (limited to 'grc/gui/FlowGraph.py')
-rw-r--r-- | grc/gui/FlowGraph.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py index 9f3326adaf..0f69d48783 100644 --- a/grc/gui/FlowGraph.py +++ b/grc/gui/FlowGraph.py @@ -63,6 +63,7 @@ class FlowGraph(Element): Actions.BLOCK_ENABLE, Actions.BLOCK_DISABLE, Actions.BLOCK_PARAM_MODIFY, + Actions.OPEN_HIER, ]: self._context_menu.append(action.create_menu_item()) ########################################################################### |