parent
3d8caa79a7
commit
f8aa91dccb
|
|
@ -737,7 +737,7 @@ BOOL LLTextEditor::handleRightMouseDown(S32 x, S32 y, MASK mask)
|
|||
}
|
||||
if (!LLTextBase::handleRightMouseDown(x, y, mask))
|
||||
{
|
||||
if(getChowContextMenu())
|
||||
if(getShowContextMenu())
|
||||
{
|
||||
showContextMenu(x, y);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ public:
|
|||
void getSelectedSegments(segment_vec_t& segments) const;
|
||||
|
||||
void setShowContextMenu(bool show) { mShowContextMenu = show; }
|
||||
bool getChowContextMenu() const { return mShowContextMenu; }
|
||||
bool getShowContextMenu() const { return mShowContextMenu; }
|
||||
|
||||
protected:
|
||||
void showContextMenu(S32 x, S32 y);
|
||||
|
|
|
|||
Loading…
Reference in New Issue