[Issue 850] Add a control for unfocused window opacity.
Adds debug setting FloaterUnfocusedBackgroundOpaque Adds "Make unfocused floaters opaque" to Vanity->Main preferences. One line patch to llfloater.cpp
This commit is contained in:
@@ -1074,7 +1074,8 @@ void LLFloater::setForeground(BOOL front)
|
||||
releaseFocus();
|
||||
}
|
||||
|
||||
setBackgroundOpaque( front );
|
||||
if (front || !LLUI::sConfigGroup->getBOOL("FloaterUnfocusedBackgroundOpaque")) // Singu Note: This can be removed when InactiveFloaterTransparency is added
|
||||
setBackgroundOpaque( front );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user