diff --git a/vmcompact/gainlayer.py b/vmcompact/gainlayer.py index e76a338..b1a5a80 100644 --- a/vmcompact/gainlayer.py +++ b/vmcompact/gainlayer.py @@ -66,10 +66,10 @@ class GainLayer(ttk.LabelFrame): _base_values.in_scale_button_1 = False def scale_enter(self, *args): - self.parent.parent.nav_frame.info_text.set(round(self.gain.get(), 1)) + pass def scale_leave(self, *args): - self.parent.parent.nav_frame.info_text.set("") + pass def _on_mousewheel(self, event): self.gain.set(