diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-22 16:09:41 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-22 16:09:41 +0300 | 
| commit | f2eba1909d5d02553c1f6b456a424b384f110fdf (patch) | |
| tree | 4665324a245cd980d00036fce1bd931a71cfbc2f /indra/llui | |
| parent | e774bffb28a71730792931aeb1ed6a46d3cfe67b (diff) | |
SL-16234 FIXED Frame stall caused by unnecessary building the floater when exiting viewer
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llfloater.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 2672d600c6..306760b7fb 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -346,6 +346,8 @@ public:  	// handle refocusing.  	static void		closeFrontmostFloater(); +    static bool     isQuitRequested() { return sQuitting; } +  //	LLNotification::Params contextualNotification(const std::string& name)   //	{   //	    return LLNotification::Params(name).context(mNotificationContext);  | 
