mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
remove nav_frame info_text on scale enter/leave
This commit is contained in:
parent
6fe73015ce
commit
a7f23ef544
@ -66,10 +66,10 @@ class GainLayer(ttk.LabelFrame):
|
|||||||
_base_values.in_scale_button_1 = False
|
_base_values.in_scale_button_1 = False
|
||||||
|
|
||||||
def scale_enter(self, *args):
|
def scale_enter(self, *args):
|
||||||
self.parent.parent.nav_frame.info_text.set(round(self.gain.get(), 1))
|
pass
|
||||||
|
|
||||||
def scale_leave(self, *args):
|
def scale_leave(self, *args):
|
||||||
self.parent.parent.nav_frame.info_text.set("")
|
pass
|
||||||
|
|
||||||
def _on_mousewheel(self, event):
|
def _on_mousewheel(self, event):
|
||||||
self.gain.set(
|
self.gain.set(
|
||||||
|
Loading…
Reference in New Issue
Block a user