diff options
Diffstat (limited to 'gr-qtgui/apps/plot_constellation_form.py')
-rw-r--r-- | gr-qtgui/apps/plot_constellation_form.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/plot_constellation_form.py b/gr-qtgui/apps/plot_constellation_form.py index d5e37bb33c..01c6ed1865 100644 --- a/gr-qtgui/apps/plot_constellation_form.py +++ b/gr-qtgui/apps/plot_constellation_form.py @@ -62,7 +62,7 @@ class plot_constellation_form(plot_form): self.ybar.setValue(1000*self.top_block._y_value) self.add_line_control(self.right_col_layout) - + def set_auto_scale(self, state): if(state): self.top_block.auto_scale(True) |