cfg editor: fixes
Change-Id: I1ea9f96f6c39c25ff8d4c51163aabccc5698dace Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30507 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
This commit is contained in:
committed by
Georg Brandl
parent
4fe5ddeaa7
commit
25df2cffd1
@@ -57,7 +57,7 @@ class TextWidget(QTextEdit):
|
||||
self.setEnabled(False)
|
||||
|
||||
def get_value(self):
|
||||
res = self.text()
|
||||
res = self.toPlainText()
|
||||
return self.datatype(res)
|
||||
|
||||
def set_value(self, value):
|
||||
|
||||
Reference in New Issue
Block a user