mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-13 11:03:31 +00:00
fix bug fetching strip labels for gainlayer
This commit is contained in:
@@ -165,7 +165,7 @@ class GainLayer(ttk.LabelFrame):
|
||||
|
||||
def sync(self):
|
||||
"""sync params with voicemeeter"""
|
||||
retval = self.getter("label")
|
||||
retval = self._parent.target.strip[self.index].label
|
||||
if len(retval) > 10:
|
||||
retval = f"{retval[:8]}.."
|
||||
self.configure(text=retval)
|
||||
|
||||
Reference in New Issue
Block a user