octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53805] doc: some default Qt properties are di


From: Guillaume
Subject: [Octave-bug-tracker] [bug #53805] doc: some default Qt properties are different between systems
Date: Tue, 5 Jun 2018 10:59:02 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #21, bug #53805 (project octave):

Thanks Pantxo! There is one last Matlab quirk that I don't manage to fully
understand yet: uicontrol's edit has a white background by default despite the
backgroundcolor porperty saying otherwise. I.e in Matlab:


figure;
h = uicontrol('Style','edit');
get(h,'backgroundcolor')
ans =
    0.9400    0.9400    0.9400


and the edit uicontrol is displayed with a white background. The only related
information I could find about this is:
https://www.mathworks.com/matlabcentral/answers/65

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53805>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]