From 984b443be3ffc269f806b14a6fcc431d601e9a44 Mon Sep 17 00:00:00 2001
From: Dung Truong
Date: Tue, 16 Nov 2021 10:11:32 -0800
Subject: [PATCH] remove unecessary code since no longer allow using condition
as task name
---
pop_taskinfo.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pop_taskinfo.m b/pop_taskinfo.m
index 856f8bd..7ec7528 100644
--- a/pop_taskinfo.m
+++ b/pop_taskinfo.m
@@ -55,7 +55,7 @@
uicontrol('Style', 'text', 'string', 'Task name (no space)','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top tfWidth tfHeight]);
uicontrol('Style', 'edit', 'string', '', 'tag', 'TaskName','fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
top = top - tfHeight - 0.01;
- uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'tag', 'Taskname2','BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
+ uicontrol('Style', 'text', 'string', 'For several tasks, use bids_export.m from the command line', 'BackgroundColor',bg,'fontsize',fontSize,'Units', 'normalized', 'Position', [efLeftMargin top efWidth tfHeight]);
top = top - tfHeight - 0.01;
uicontrol('Style', 'text', 'string', 'README (short introduction to the experiment):','fontsize',fontSize,'BackgroundColor',bg,'ForegroundColor',fg, 'HorizontalAlignment','left','Units', 'normalized', 'Position', [leftMargin top fullWidth tfHeight]);
top = top - tfHeight*2.2;