From b3960899066156bc7d3fd5befb2f7e687a328152 Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Wed, 1 Feb 2012 17:15:22 +0200 Subject: EXP-1822 FIXED (After deleting an item from inventory and confirming "ok" to delete, focus leaves inventory) -Return focus to the previously focused view --- indra/newview/lltoastalertpanel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/lltoastalertpanel.h') diff --git a/indra/newview/lltoastalertpanel.h b/indra/newview/lltoastalertpanel.h index 7b157f19bb..d1be5e018e 100644 --- a/indra/newview/lltoastalertpanel.h +++ b/indra/newview/lltoastalertpanel.h @@ -113,6 +113,7 @@ private: LLFrameTimer mDefaultBtnTimer; // For Dialogs that take a line as text as input: LLLineEditor* mLineEditor; + LLHandle mPreviouslyFocusedView; }; -- cgit v1.2.3