Kaydet (Commit) 48cb20bb authored tarafından Kay Schenk's avatar Kay Schenk

#i126557# Patch by: hanya

üst 17a4c39f
...@@ -110,6 +110,7 @@ FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager): ...@@ -110,6 +110,7 @@ FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager):
aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory); aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory);
} }
aLbCategory.SetDropDownLineCount( aLbCategory.GetEntryCount() );
aLbCategory.SelectEntryPos(1); aLbCategory.SelectEntryPos(1);
UpdateFunctionList(); UpdateFunctionList();
aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment