follow-up 553bf98664
fixes AttributeError: 'QTextEdit' object has no attribute 'text'
This commit is contained in:
parent
553bf98664
commit
41660d26e9
@ -92,7 +92,7 @@ class SeedLayout(QVBoxLayout):
|
||||
self.options = options
|
||||
if title:
|
||||
self.addWidget(WWLabel(title))
|
||||
self.seed_e = QTextEdit()
|
||||
self.seed_e = ButtonsTextEdit()
|
||||
if seed:
|
||||
self.seed_e.setText(seed)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user