Skip to content

Commit

Permalink
Zeffiro developer: A regular push adding the changes made in the curr…
Browse files Browse the repository at this point in the history
…ent local repository to the remote origin. Contents of the folders ./data/ and ./profile/ are ignored. The update necessitates creating a personal access token.
  • Loading branch information
sampsapursiainen committed Aug 11, 2024
1 parent 79ec3c6 commit 5517824
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions m/zef_segmentation_tool.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
set(groot,'defaultFigureVisible','off')
zef_data = zef_segmentation_tool_app_exported;
%zef_data.h_zeffiro_window_main.Visible = zef.use_display;
zef.h_zeffiro_window_main.CloseRequestFcn = 'zef.h_zeffiro_window_main.Visible=''off'';';
zef.h_zeffiro_window_main.DeleteFcn = 'zef.h_zeffiro_window_main.Visible=''off'';';

set(groot,'defaultFigureVisible','on')
zef.fieldnames = fieldnames(zef_data);
Expand Down Expand Up @@ -59,7 +57,7 @@
zef_set_size_change_function(zef.h_zeffiro_window_main,2);
zef.h_windows_open = findall(groot, 'Type','figure','-regexp','Name','ZEFFIRO Interface:*','-not','Name','ZEFFIRO Interface: Segmentation tool');

set(zef.h_zeffiro_window_main,'DeleteFcn','zef_closereq;');
%set(zef.h_zeffiro_window_main,'DeleteFcn','zef_closereq;');

if isempty(zef.h_segmentation_tool_toggle.UserData)
zef.h_segmentation_tool_toggle.ButtonPushedFcn = 'zef_segmentation_tool_toggle(zef,zef.h_segmentation_tool_toggle);';
Expand All @@ -86,3 +84,6 @@
zef = zef_build_compartment_table(zef);

zef = zef_update(zef);

zef.h_zeffiro_window_main.CloseRequestFcn = 'zef.h_zeffiro_window_main.Visible=''off'';';
zef.h_zeffiro_window_main.DeleteFcn = 'zef.h_zeffiro_window_main.Visible=''off'';';

0 comments on commit 5517824

Please sign in to comment.