]> git.0d.be Git - jack_mixer.git/commitdiff
Do not show intial value radio buttons in output channel properties dialog
authorDaniel Sheeler <dsheeler@pobox.com>
Sun, 5 Jul 2020 22:59:06 +0000 (17:59 -0500)
committerDaniel Sheeler <dsheeler@pobox.com>
Sun, 5 Jul 2020 22:59:06 +0000 (17:59 -0500)
channel.py

index 297bbc4b403a4107563e4eb124a69aa183b34cc1..20f6c300581b90596d2939b2d6c89fda8d12ed2c 100644 (file)
@@ -1039,7 +1039,7 @@ class NewInputChannelDialog(NewChannelDialog):
 
 class OutputChannelPropertiesDialog(ChannelPropertiesDialog):
     def create_ui(self):
-        NewChannelDialog.create_ui(self)
+        ChannelPropertiesDialog.create_ui(self)
 
         table = self.properties_table
         table.attach(Gtk.Label(label='Color'), 0, 1, 4, 5)