summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-12-15 19:32:22 +0200
committerMike Antipov <mantipov@productengine.com>2009-12-15 19:32:22 +0200
commit06f8017674295191d3c4400eacb36e34a167ffa5 (patch)
tree1e93e620847629e2824dce3083f63af481dd267a
parent5eb82cdeaa4202ee696308b421d68061d4029b8c (diff)
added more comments to code
--HG-- branch : product-engine
-rw-r--r--indra/newview/llsyswellwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp
index ae13071b6b..ea49f9c32e 100644
--- a/indra/newview/llsyswellwindow.cpp
+++ b/indra/newview/llsyswellwindow.cpp
@@ -82,6 +82,7 @@ BOOL LLSysWellWindow::postBuild()
mMessageList->addItem(mSeparator);
// click on SysWell Window should clear "new message" state (and 'Lit' status). EXT-3147.
+ // mouse up callback is not called in this case.
setMouseDownCallback(boost::bind(&LLSysWellWindow::releaseNewMessagesState, this));
return LLDockableFloater::postBuild();