Commit 87fe6290 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Stop trying to clip text boxes.

Clipping is used to avoid having text spill on axes, clipping text boxes
does nothing as text boxes always clip their contents.  This fixes
MATLAB R2015a (and possibly R2014b).
parent e16aee40
Loading
Loading
Loading
Loading
+0 −1
Changes for @GUI/create_std_text.m: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ control = uicontrol('style','edit',...
    'min',0,'max',1,...  % This is the key to multiline edits.
    'string',{''},...
    'Max',2.0,...
    'Clipping','on',...
    'fontweight','bold',...
    'BackgroundColor',[1 1 1],...
    'horizontalalign','center',...
+0 −3
Changes for @ValidationReport/init.m: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ else
        'units','pix',...
        'min',0,'max',1,...  % This is the key to multiline edits.
        'Max',2.0,...
        'Clipping','on',...
        'fontweight','bold',...
        'BackgroundColor',[1 1 1],...
        'horizontalalign','center',...
@@ -52,7 +51,6 @@ else
        'units','pix',...
        'min',0,'max',1,...  % This is the key to multiline edits.
        'Max',2.0,...
        'Clipping','on',...
        'fontweight','bold',...
        'BackgroundColor',[1 1 1],...
        'horizontalalign','left',...
@@ -64,7 +62,6 @@ else
        'units','pix',...
        'min',0,'max',1,...  % This is the key to multiline edits.
        'Max',2.0,...
        'Clipping','on',...
        'fontweight','bold',...
        'BackgroundColor',[1 1 1],...
        'horizontalalign','left',...