mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-13 11:03:31 +00:00
remove nav_frame info_text on scale enter/leave
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user