Skip to content

Commit 90326d6

Browse files
quantitativeTEMquantitativeTEM
authored andcommitted
Update for Mac
1 parent c501daa commit 90326d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StatSTEM.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function StatSTEM()
2525

2626
% Start a splash screen
2727
splashImg = imread('splash.png');
28-
% spl = splash(splashImg);
28+
spl = splash(splashImg);
2929

3030
% Check matlab version, and switch opengl
3131
v = version('-release');
@@ -253,7 +253,7 @@ function StatSTEM()
253253
% Limit minimum size and make window appear on full screen
254254
% set(h.fig,'Position',[1 1 screen(3) screen(4)])
255255
set(h.fig,'Visible','on')
256-
% close(spl) % Close splash window
256+
close(spl) % Close splash window
257257
waitfor(h.fig,'Visible','on')
258258
warning('off','MATLAB:HandleGraphics:ObsoletedProperty:JavaFrame');
259259
jFrame = get(handle(h.fig), 'JavaFrame');

0 commit comments

Comments
 (0)