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: Rik
Subject: [Octave-bug-tracker] [bug #53805] doc: some default Qt properties are different between systems
Date: Sun, 6 May 2018 20:54:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Back to the original bug.  I looked at just one example which was the
"backgroundcolor" property for uicontrol objects.

In the generated octave.pdf file, I have


backgroundcolor: def. [0.28627 0.30588 0.34510]


This is different from graphics.in.h which defines it as 1,1,1.


    BEGIN_PROPERTIES (uicontrol)
      color_property backgroundcolor , color_values (1, 1, 1)


It is also different than what I get if I directly query the graphics system.


get (groot, "DefaultuicontrolBackgroundColor")
ans =

   1   1   1


And finally, it isn't what I get if I create a uicontrol object and query it.


h = uicontrol ();
get (h, "BackgroundColor")
ans =

   1   1   1


Something is messed up here.



    _______________________________________________________

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]