https://bugs.documentfoundation.org/show_bug.cgi?id=145391

--- Comment #6 from Julien Nabet <serval2...@yahoo.fr> ---
With this patch:
diff --git a/basctl/source/basicide/moduldl2.cxx
b/basctl/source/basicide/moduldl2.cxx
index 42bcccebd67b..8c3cf5028d94 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -638,10 +638,9 @@ void LibPage::InsertLib()
                 ( xDlgLibContImport.is() && xDlgLibContImport->hasByName(
aLibName ) && xDlgLibContImport->isLibraryLink( aLibName ) ) ) )
         {
             weld::TreeView& rView = xLibDlg->GetLibBox();
-            rView.append();
+            rView.append_text(aLibName);
             const int nRow = rView.n_children() - 1;
             rView.set_toggle(nRow, TRISTATE_TRUE);
-            rView.set_text(nRow, aLibName, 0);
             rView.set_cursor(rView.find_text(aLibName));
         }
     }

I don't reproduce the crash and all the checkboxes are present and enabled on
gtk3.
But with gen rendering, only the last checkbox is present and enabled.
I must recognize I don't know why.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to