Unbreaking Ctrl+W the right way
This commit is contained in:
@@ -1788,7 +1788,9 @@ BOOL LLFloaterIMPanel::handleKeyHere( KEY key, MASK mask )
|
||||
}
|
||||
}
|
||||
|
||||
return handled || LLFloater::handleKeyHere(key, mask);
|
||||
// May need to call base class LLPanel::handleKeyHere if not handled
|
||||
// in order to tab between buttons. JNC 1.2.2002
|
||||
return handled;
|
||||
}
|
||||
|
||||
BOOL LLFloaterIMPanel::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
|
||||
|
||||
Reference in New Issue
Block a user