Changed style of comments with asterisks to avoid highlighting errors on //* with weak highlighters, change is to all files that could potentially break highlights
Most were needed, though some were just for possible problems with highlighting, should not affect performance whatsoever.
This commit is contained in:
@@ -1648,7 +1648,7 @@ void LLFloater::updateButtons()
|
||||
mButtons[i]->setEnabled(mButtonsEnabled[i]);
|
||||
|
||||
if (mButtonsEnabled[i]
|
||||
//*HACK: always render close button for hosted floaters
|
||||
// *HACK: always render close button for hosted floaters
|
||||
// so that users don't accidentally hit the button when closing multiple windows
|
||||
// in the chatterbox
|
||||
|| (i == BUTTON_CLOSE && mButtonScale != 1.f))
|
||||
|
||||
Reference in New Issue
Block a user