sd/source/ui/animations/CustomAnimationList.cxx  |    2 +-
 sd/uiconfig/simpress/ui/customanimationspanel.ui |   10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 7e378516bc596d0308bcb1c974760c224f516ea6
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Sun Dec 31 17:19:09 2023 -0900
Commit:     Jim Raykowski <rayk...@gmail.com>
CommitDate: Mon Jan 1 05:13:35 2024 +0100

    tdf#158710 Fix animation list custom rendering for vcl gen plugin
    
    Change-Id: I5d2eb9e74392036a99b90fca1c5a49ac7bee828b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161511
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>

diff --git a/sd/source/ui/animations/CustomAnimationList.cxx 
b/sd/source/ui/animations/CustomAnimationList.cxx
index 69d0e9f7dce3..39b3d488d2ad 100644
--- a/sd/source/ui/animations/CustomAnimationList.cxx
+++ b/sd/source/ui/animations/CustomAnimationList.cxx
@@ -449,7 +449,7 @@ 
CustomAnimationList::CustomAnimationList(std::unique_ptr<weld::TreeView> xTreeVi
     mxTreeView->connect_drag_begin(LINK(this, CustomAnimationList, 
DragBeginHdl));
     mxTreeView->connect_custom_get_size(LINK(this, CustomAnimationList, 
CustomGetSizeHdl));
     mxTreeView->connect_custom_render(LINK(this, CustomAnimationList, 
CustomRenderHdl));
-    mxTreeView->set_column_custom_renderer(0, true);
+    mxTreeView->set_column_custom_renderer(1, true);
 }
 
 
CustomAnimationListDropTarget::CustomAnimationListDropTarget(CustomAnimationList&
 rTreeView)
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui 
b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index dda5cda5d1cc..277736f13280 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -111,14 +111,18 @@
                           <object class="GtkTreeSelection"/>
                         </child>
                         <child>
-                          <object class="GtkTreeViewColumn" 
id="treeviewcolumn2">
-                            <property name="spacing">6</property>
+                          <object class="GtkTreeViewColumn" 
id="treeviewcolumn1">
                             <child>
-                              <object class="GtkCellRendererPixbuf" 
id="cellrenderertext4"/>
+                              <object class="GtkCellRendererPixbuf" 
id="cellrendererpixbuf1"/>
                               <attributes>
                                 <attribute name="pixbuf">0</attribute>
                               </attributes>
                             </child>
+                          </object>
+                        </child>
+                        <child>
+                          <object class="GtkTreeViewColumn" 
id="treeviewcolumn2">
+                            <property name="spacing">6</property>
                             <child>
                               <object class="GtkCellRendererText" 
id="cellrenderertext2"/>
                               <attributes>

Reply via email to