dbaccess/source/ui/dlg/tablespage.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 1876ec092382beb8b3d6a9b9fb4dfe3148d758a6 Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Thu Feb 5 21:29:29 2015 +0100 tdf#89070 Table filter dialog: properly initialise OTableTreeListBox regression from .ui conversion: commit 5c72a213c7c4b588d0c1e0884ff2c46c22425faf Author: Caolán McNamara <caol...@redhat.com> Date: Tue Jan 21 14:41:16 2014 +0000 convert table filter page to .ui Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52 Change-Id: Ic7d41d64d4c15eabf7b7f83a17482c473154434a Reviewed-on: https://gerrit.libreoffice.org/14342 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index 9b8104c..f14098d 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -79,6 +79,7 @@ namespace dbaui get(m_pTables, "TablesFilterPage"); get(m_pTablesList, "treeview"); + m_pTablesList->init(true); m_pTablesList->set_width_request(56 * m_pTablesList->approximate_char_width()); m_pTablesList->set_height_request(12 * m_pTablesList->GetTextHeight());
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits