fix buttons in lobby
This commit is contained in:
parent
127bae1500
commit
a0bf0ebcdf
|
@ -714,7 +714,7 @@ class LobbyI(TokenClient):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def MiTypein_MiButton_DgNew(self, stBtnLabel, stMiTypein, dgOnSelect):
|
def MiTypein_MiButton_DgNew(self, stBtnLabel, stMiTypein, dgOnSelect):
|
||||||
def NewI(stName):
|
def NewI(*rgarg):
|
||||||
stName = self.miCmds.Value(stMiTypein)
|
stName = self.miCmds.Value(stMiTypein)
|
||||||
if stName != "":
|
if stName != "":
|
||||||
dgOnSelect(stName)
|
dgOnSelect(stName)
|
||||||
|
|
Loading…
Reference in a new issue