Fix/Update Inspect Tool
Solves Issue 1131: Inspect Window while open prevents camming Possibly fixes Issue 928: Have to Click a second time to Inspect an object, I couldn't reproduce, but maybe you still can? Fixes a bug in the name cache connection setting of llfloaterinspect.cpp from upstream.
This commit is contained in:
@@ -109,9 +109,18 @@ public:
|
||||
|
||||
// Overridden from LLToolComposite
|
||||
virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);
|
||||
virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask);
|
||||
virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
|
||||
virtual BOOL handleKey(KEY key, MASK mask);
|
||||
virtual void onMouseCaptureLost();
|
||||
void keyUp(KEY key, MASK mask);
|
||||
|
||||
static void pickCallback(const LLPickInfo& pick_info);
|
||||
|
||||
BOOL isToolCameraActive() const { return mIsToolCameraActive; }
|
||||
|
||||
private:
|
||||
BOOL mIsToolCameraActive;
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user