diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2017-04-20 16:55:14 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2017-04-20 16:55:14 +0300 |
commit | 0d5b8358401bc62feae5cbfad002dd4378bfe4a6 (patch) | |
tree | 69a2839daca4a062a2c7ef3364e24b1318ca6733 /indra/newview/lloutfitgallery.h | |
parent | c995dcdbf301bd3de5d8166fbb76b9835c46bbb3 (diff) |
MAINT-6477 VOB - Click on an outfit folder from Outfit Gallery tab does not open folder or enlarge image
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index b9fc10f015..37e75f1109 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -114,6 +114,9 @@ public: void onTexturePickerUpdateImageStats(LLPointer<LLViewerTexture> texture); void onBeforeOutfitSnapshotSave(); void onAfterOutfitSnapshotSave(); + + /*virtual*/ BOOL handleDoubleClick(S32 x, S32 y, MASK mask); + protected: /*virtual*/ void onHighlightBaseOutfit(LLUUID base_id, LLUUID prev_id); /*virtual*/ void onSetSelectedOutfitByUUID(const LLUUID& outfit_uuid); |