Skip to content

Commit 8510d9f

Browse files
committed
BF: TextBox was reseting each trial to "default text"
1 parent 485d29c commit 8510d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psychopy/experiment/components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def getInitVals(params, target="PsychoPy"):
259259
inits[name].val = "norm"
260260
inits[name].valType = 'str'
261261
elif name == 'text':
262-
inits[name].val = "default text"
262+
inits[name].val = ""
263263
inits[name].valType = 'str'
264264
elif name == 'flip':
265265
inits[name].val = ""

0 commit comments

Comments
 (0)