diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-04-27 10:58:44 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-04-27 10:58:44 +0300 |
commit | c1a56f9fb784b1f64ddae45c6dd5bb9f5ae6eecd (patch) | |
tree | 4b86afb813f9d5f85dfc10f74210b2ef44c291de /indra/newview/lltoolmgr.h | |
parent | 4a94133b072fc9263bf632f85468d2498a9c7eae (diff) |
MAINT-1057 FIXED Cannot get focus for or close build floater using toolbar button when editing attachments in no-build area
Diffstat (limited to 'indra/newview/lltoolmgr.h')
-rwxr-xr-x | indra/newview/lltoolmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolmgr.h b/indra/newview/lltoolmgr.h index a3c1045aac..e5b45750d9 100755 --- a/indra/newview/lltoolmgr.h +++ b/indra/newview/lltoolmgr.h @@ -54,6 +54,7 @@ public: bool inEdit(); bool canEdit(); + bool buildEnabledOrActive(); bool canAccessMarketplace(); void toggleBuildMode(const LLSD& sdname); void toggleMarketplace(const LLSD& sdname); |