diff options
author | Paul Boven <p.boven@xs4all.nl> | 2019-01-31 20:52:29 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-06-18 22:50:24 -0700 |
commit | e7fecb21c027e58b3cb04c7548c61c2bc10ef122 (patch) | |
tree | c90330cae4d4ae9a16070cbc41761c91c9fb2b89 /gr-digital/grc | |
parent | 9fec5882536985d8d5f3065896efe035df5ae562 (diff) |
QtGui: fix 'Show Msg Port' slider
Diffstat (limited to 'gr-digital/grc')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.block.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.block.yml b/gr-digital/grc/digital_constellation_receiver_cb.block.yml index e082903c6b..53c3d42ac1 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.block.yml +++ b/gr-digital/grc/digital_constellation_receiver_cb.block.yml @@ -18,9 +18,7 @@ parameters: - id: showports label: Show Msg Ports dtype: bool - default: 'True' - options: ['False', 'True'] - option_labels: ['Yes', 'No'] + default: 'False' hide: part inputs: @@ -29,11 +27,11 @@ inputs: - domain: message id: set_constellation optional: true - hide: ${ showports } + hide: ${ not showports } - domain: message id: rotate_phase optional: true - hide: ${ showports } + hide: ${ not showports } outputs: - domain: stream |