Skip to content

Commit

Permalink
menuN fix for older matlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ian committed Jul 28, 2014
1 parent 2b8975f commit 3e0b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/menuN.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
%
% Author: Johan Winges

fs = 10;
if feature('HGUsingMatlabClasses')
fs = 12;
if ismac
[s,c]=system('system_profiler SPDisplaysDataType');
if s == 0
Expand Down

0 comments on commit 3e0b03b

Please sign in to comment.