summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-02-05 21:29:29 +0100
committerAndras Timar <andras.timar@collabora.com>2015-02-23 10:33:24 +0100
commit04c1ce2f65da7ebad1b1e918e90e4c03177d480d (patch)
treee31cf1fac3150c0e278ba5ec4bdca4757e099d79 /dbaccess
parent2dbacb1bc92b999537cd59d882ca08548d865143 (diff)
tdf#89070 Table filter dialog: properly initialise OTableTreeListBox
regression from .ui conversion: commit 5c72a213c7c4b588d0c1e0884ff2c46c22425faf Author: Caolán McNamara <caolanm@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/14343 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 120f748e81aefa863d6c425b85563dbbb70ae4c1)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index a12bf477a511..01da2edfaf7c 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -81,6 +81,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());