Skip to content

Commit

Permalink
Merge pull request #488 from bachlab/Fix-HR-display
Browse files Browse the repository at this point in the history
Fix pspm_display and heart beat detection
  • Loading branch information
dominikbach authored Aug 14, 2023
2 parents 1952959 + b527548 commit 3cd3a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pspm_ui.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ function pspm_ui(hObject,handles,window)
'tag_summary_source_file_title',...
'tag_summary_channel_list_title'};
% Others
hObject.Position(3) = DisplayWeight;
hObject.Position(4) = DisplayHeight;
hObject.Resize = 'on';
%hObject.Position(3) = DisplayWeight;
%hObject.Position(4) = DisplayHeight;
hObject.Resize = 'off';
handles.name=[];
handles.prop.axis=[];
handles.prop.event=[];
Expand Down

0 comments on commit 3cd3a6b

Please sign in to comment.