Right click menus for text entry areas that include copy/paste options.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -149,6 +149,11 @@ LLView::~LLView()
|
||||
{
|
||||
//llinfos << "Deleting view " << mName << ":" << (void*) this << llendl;
|
||||
// llassert(LLView::sIsDrawing == FALSE);
|
||||
if( gFocusMgr.getKeyboardFocus() == this )
|
||||
{
|
||||
llwarns << "View holding keyboard focus deleted: " << getName() << ". Keyboard focus removed." << llendl;
|
||||
gFocusMgr.removeKeyboardFocusWithoutCallback( this );
|
||||
}
|
||||
|
||||
if( hasMouseCapture() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user