Made mClickActionBuyEnabled and mClickActionPayEnabled CachedControl members, so they can be changed without a restart.
This commit is contained in:
@@ -112,8 +112,8 @@ private:
|
||||
LLPointer<LLViewerObject> mClickActionObject;
|
||||
U8 mClickAction;
|
||||
LLSafeHandle<LLObjectSelection> mLeftClickSelection;
|
||||
BOOL mClickActionBuyEnabled;
|
||||
BOOL mClickActionPayEnabled;
|
||||
const LLCachedControl<bool> mClickActionBuyEnabled;
|
||||
const LLCachedControl<bool> mClickActionPayEnabled;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user