If we add the multiline edit above playersavelocation then it crashes, fix?
This commit is contained in:
parent
52d4f5bbfe
commit
db78cca216
|
@ -19,8 +19,8 @@ class MainMenu(npyscreen.Form):
|
|||
self.parentApp.setNextForm('GAME')
|
||||
|
||||
def create(self):
|
||||
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
|
||||
self.playerSaveLocation = self.add(npyscreen.TitleFilenameCombo, name="Filename:")
|
||||
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
|
||||
|
||||
|
||||
class AlphaWarning(npyscreen.Popup):
|
||||
|
|
Loading…
Reference in New Issue