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 22:26:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

It certainly depends on whether the backend has been initialized.


run-octave --gui
>> get (0, 'defaultuicontrolbackgroundcolor')
ans =

   1   1   1

>> h = plot (1:10);
>> get (0, 'defaultuicontrolbackgroundcolor')
ans =

   0.28627   0.30588   0.34510


I can see why it might be nice to keep colors, particularly ui objects, within
the current color scheme.  On the other hand, this is Matlab-incompatible. 
Matlab has a default background color
(https://www.mathworks.com/help/matlab/ref/matlab.ui.container.buttongroup-properties.html)
and the correct way to override it is to set up the default scheme in the root
object.



    _______________________________________________________

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]