Added fix from: https://groups.io/g/n2adr-sdr/message/550?p=,,,20,0,0,0::Created,,bug+small+screen,20,2,0,72901711
This commit is contained in:
parent
a7975ab23f
commit
f8ccc3dd18
@ -1291,7 +1291,7 @@ class RadioBtnPopup:
|
||||
break
|
||||
def GetLabel(self):
|
||||
return self.first_button.GetLabel()
|
||||
def SetLabel(self, label, do_cmd=False):
|
||||
def SetLabel(self, label, do_cmd=False, direction=None):
|
||||
self.first_button.SetLabel(label)
|
||||
self.AddSecondButton(label)
|
||||
self.RbDialog.RbGroup.SetLabel(label, False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user