From a7f23ef5440e832af1038183bb8764b202530869 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 14 May 2022 16:04:31 +0100 Subject: [PATCH] remove nav_frame info_text on scale enter/leave --- vmcompact/gainlayer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(