Rob French 2020-05-01 20:41:58 -05:00
parent a7975ab23f
commit f8ccc3dd18
1 changed files with 1 additions and 1 deletions

View File

@ -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)