From 91b68d78ca213e267663c12690a660791ef4a6eb Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 16 Dec 2023 17:25:02 -0500 Subject: [PATCH] Trivial tweak --- indra/newview/llfloaterdirectory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterdirectory.cpp b/indra/newview/llfloaterdirectory.cpp index 84396e74d3b..db32a4936f5 100644 --- a/indra/newview/llfloaterdirectory.cpp +++ b/indra/newview/llfloaterdirectory.cpp @@ -98,7 +98,7 @@ BOOL LLFloaterDirectory::postBuild() getChild<LLButton>("PageDn")->setCommitCallback(boost::bind(&LLFloaterDirectory::choosePage, this, _1)); showDetailPanel(LLStringUtil::null); // hide all the panels paginate(); - return TRUE; + return LLFloater::postBuild(); } void LLFloaterDirectory::onOpen(const LLSD& key) -- GitLab