From e92f6be91988665591b2b99c698552d295e98fef Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 23 Mar 2011 22:00:03 -0700 Subject: Comboboxes can now use the font= xui setting --- linden/indra/newview/llnamelistctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llnamelistctrl.cpp') diff --git a/linden/indra/newview/llnamelistctrl.cpp b/linden/indra/newview/llnamelistctrl.cpp index e30c129..935e6ac 100644 --- a/linden/indra/newview/llnamelistctrl.cpp +++ b/linden/indra/newview/llnamelistctrl.cpp @@ -54,7 +54,7 @@ LLNameListCtrl::LLNameListCtrl(const std::string& name, BOOL draw_border, S32 name_column_index, const std::string& tooltip) -: LLScrollListCtrl(name, rect, cb, userdata, allow_multiple_selection, +: LLScrollListCtrl(name, rect, NULL, cb, userdata, allow_multiple_selection, draw_border), mNameColumnIndex(name_column_index), mAllowCallingCardDrop(FALSE), -- cgit v1.1