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

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

[Octave-patch-tracker] [patch #9084] uitable implementation


From: A.R. Burgers
Subject: [Octave-patch-tracker] [patch #9084] uitable implementation
Date: Mon, 16 Jul 2018 17:06:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #34, patch #9084 (project octave):

I refreshed the 20180101 version of the patch against 4.4.1-rc1, see the
attachment. With this patch demo uitable works.

There was one chunk reject which I haven't resolved yet:


--- libgui/graphics/__init_qt__.cc      Fri Dec 29 22:25:01 2017 +0100
+++ libgui/graphics/__init_qt__.cc      Mon Jan 01 00:44:12 2018 +0100
@@ -78,6 +78,9 @@
             root.set ("defaultuicontrolforegroundcolor",
                       octave_value (Utils::toRgb
                                     (p.color (QPalette::WindowText))));
+            root.set ("defaultuitableforegroundcolor",
+                      octave_value (Utils::toRgb
+                                   (p.color (QPalette::WindowText))));
             root.set ("defaultuipanelbackgroundcolor",
                       octave_value (Utils::toRgb (p.color
(QPalette::Window))));
             root.set ("defaultuipanelforegroundcolor",
~


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9084>

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




reply via email to

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