cui/uiconfig/ui/optchartcolorspage.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6c7593e0366cb7705234960d555a451e27753725
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Wed Mar 5 21:29:15 2025 -0900
Commit:     Jim Raykowski <rayk...@gmail.com>
CommitDate: Thu Mar 6 08:54:11 2025 +0100

    tdf#163347 Restore options chart colors page color column for gtk3
    
    The surface attribute for the cell renderer pixbuf in column 1 of the
    chart colors tree view needs to be set to 0 for gtk3 to show the color
    column. It got bonked when resaving with a newer version of glade in
    commit
    7eb0e13c6547f00bc139d817ef53350c99e3eb2e
    
    Change-Id: I1ab322b9f54bd6dd07de5a484ca77917e5be2d33
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182551
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/optchartcolorspage.ui 
b/cui/uiconfig/ui/optchartcolorspage.ui
index f91fdb18c539..6f3734fa753b 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -54,6 +54,9 @@
                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
                     <child>
                       <object class="GtkCellRendererPixbuf" 
id="cellrenderertext1"/>
+                      <attributes>
+                        <attribute name="surface">0</attribute>
+                      </attributes>
                     </child>
                   </object>
                 </child>

Reply via email to