diff options
Diffstat (limited to 'linden/indra/llui/llfloater.cpp')
-rw-r--r-- | linden/indra/llui/llfloater.cpp | 7 |
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 | ||
926 | void LLFloater::setIsChrome(BOOL is_chrome) | 927 | void 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 | ||
945 | void 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. |
945 | void LLFloater::setForeground(BOOL front) | 952 | void LLFloater::setForeground(BOOL front) |
946 | { | 953 | { |