summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2016-05-07 13:32:45 +0200
committerSeth Hitefield <sdhitefield@gmail.com>2016-05-18 18:59:31 -0400
commitc1231897581423b6402beaba02c2b22b3445925c (patch)
treeee3567b0d493c13c9855a8871d46824d51197aea /grc/gui/Bars.py
parentd535ba24c44247630555d95efc9bde1696d555a4 (diff)
grc: optionally hide all variable blocks
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index b758f3c444..c0c4beef75 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -102,6 +102,7 @@ MENU_BAR_LIST = (
Actions.SAVE_REPORTS,
Actions.CLEAR_REPORTS,
None,
+ Actions.TOGGLE_HIDE_VARIABLES,
Actions.TOGGLE_HIDE_DISABLED_BLOCKS,
Actions.TOGGLE_AUTO_HIDE_PORT_LABELS,
Actions.TOGGLE_SNAP_TO_GRID,