diff options
Diffstat (limited to 'grc/core/generator/Generator.py')
-rw-r--r-- | grc/core/generator/Generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/generator/Generator.py b/grc/core/generator/Generator.py index 2d296cb966..316ed5014d 100644 --- a/grc/core/generator/Generator.py +++ b/grc/core/generator/Generator.py @@ -328,6 +328,7 @@ class HierBlockGenerator(TopBlockGenerator): param_n['key'] = param.get_id() param_n['value'] = param.get_param('value').get_value() param_n['type'] = 'raw' + param_n['hide'] = param.get_param('hide').get_value() block_n['param'].append(param_n) # Bus stuff |