diff options
author | Kay Schenk <kschenk@apache.org> | 2015-09-29 01:23:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-29 09:02:01 +0100 |
commit | 55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32 (patch) | |
tree | c95f2d9a0ca67bb421afc682c03d759aab402376 | |
parent | 4b3f9fa6740be355e5cdadd8a41ecbd8d9ace298 (diff) |
i#126557# increase number of lines of dropdown of category listbox
(cherry picked from commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0)
Change-Id: I18ba8a781e111fd7706de1eadb41c93a78e27c62
-rw-r--r-- | formula/source/ui/dlg/funcpage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/source/ui/dlg/funcpage.cxx b/formula/source/ui/dlg/funcpage.cxx index 7a254045b3b6..60a7f30cf7ef 100644 --- a/formula/source/ui/dlg/funcpage.cxx +++ b/formula/source/ui/dlg/funcpage.cxx @@ -82,6 +82,7 @@ FuncPage::FuncPage(vcl::Window* pParent,const IFunctionManager* _pFunctionManage m_pLbCategory->SetEntryData(m_pLbCategory->InsertEntry(pCategory->getName()),const_cast<IFunctionCategory *>(pCategory)); } + m_pLbCategory->SetDropDownLineCount(m_pLbCategory->GetEntryCount()); m_pLbCategory->SelectEntryPos(1); UpdateFunctionList(); m_pLbCategory->SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); |