From 73bc0fb42b5bcd80030d9f30d5cb57ec2397ba08 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Sat, 17 Feb 2007 03:02:16 +0000 Subject: merge -r 56779:58057 /branches/selection_management --- indra/llui/llfloater.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/llui/llfloater.cpp') diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 5d4711ef10..22d898c5ce 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -527,6 +527,8 @@ void LLFloater::open() /* Flawfinder: ignore */ make_ui_sound("UISndWindowOpen"); } } + + onOpen(); } void LLFloater::close(bool app_quitting) @@ -1336,6 +1338,11 @@ void LLFloater::draw() } } +// virtual +void LLFloater::onOpen() +{ +} + // virtual void LLFloater::onClose(bool app_quitting) { -- cgit v1.3