[Bugzilla] [Bug 7137] Samuel GOUGEON has changed bug_file_loc, component

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Tue Mar 20 19:21:05 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=7137
--------- Bug Summary -----------
u=uicontrol("style","text","fontUnits","normalized","fontSize",0.02): fontSize i

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
bug_file_loc, component


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|-->clf
                     |
                   |-->u=uicontrol(gcf(),"style |
                   |","text","String","Test","f |
                   |ontUnits","normalized","fon |
                   |tSize",0.02,"position",[0 0 |
                   |400 800]);
                 |
                   |
                           |
                   |-->// => Test not displayed |
                   |                            |
                   |-->u.fontSize
              |
                   | ans  = 
                   |
                   |    0.  
                   |
                   | 
                          |
                   |-->u.fontSize=0.02; 
       |
                   |-->u.fontSize
              |
                   | ans  = 
                   |
                   |    0.  
                   |
                   | 
                          |
                   |-->set(u,"fontSize",0.02) 
 |
                   |-->u.fontSize
              |
                   | ans  = 
                   |
                   |    0.                      |
          Component|GUI                         |uicontrol

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180320/939ce636/attachment.htm>


More information about the Bugzilla mailing list