aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:44 -0500
committerJacek Antonelli2008-08-15 23:45:44 -0500
commitacfdcf2b1deeb04698174c78e8cb22b093445bb1 (patch)
tree811293650bcf81d01ea7c54d7c2cf263110aa329 /linden/indra/llui/llfloater.cpp
parentSecond Life viewer sources 1.20.2 (diff)
downloadmeta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.zip
meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.gz
meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.bz2
meta-impy-acfdcf2b1deeb04698174c78e8cb22b093445bb1.tar.xz
Second Life viewer sources 1.20.3
Diffstat (limited to 'linden/indra/llui/llfloater.cpp')
-rw-r--r--linden/indra/llui/llfloater.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.cpp b/linden/indra/llui/llfloater.cpp
index 5142bf4..03914e2 100644
--- a/linden/indra/llui/llfloater.cpp
+++ b/linden/indra/llui/llfloater.cpp
@@ -923,6 +923,7 @@ void LLFloater::setFocus( BOOL b )
923 } 923 }
924} 924}
925 925
926// virtual
926void LLFloater::setIsChrome(BOOL is_chrome) 927void LLFloater::setIsChrome(BOOL is_chrome)
927{ 928{
928 // chrome floaters don't take focus at all 929 // chrome floaters don't take focus at all
@@ -941,6 +942,12 @@ void LLFloater::setIsChrome(BOOL is_chrome)
941 LLPanel::setIsChrome(is_chrome); 942 LLPanel::setIsChrome(is_chrome);
942} 943}
943 944
945void LLFloater::setTitleVisible(bool visible)
946{
947 if (mDragHandle)
948 mDragHandle->setTitleVisible(visible);
949}
950
944// Change the draw style to account for the foreground state. 951// Change the draw style to account for the foreground state.
945void LLFloater::setForeground(BOOL front) 952void LLFloater::setForeground(BOOL front)
946{ 953{