From 0d5b8358401bc62feae5cbfad002dd4378bfe4a6 Mon Sep 17 00:00:00 2001 From: pavelkproductengine Date: Thu, 20 Apr 2017 16:55:14 +0300 Subject: MAINT-6477 VOB - Click on an outfit folder from Outfit Gallery tab does not open folder or enlarge image --- indra/newview/lloutfitgallery.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/lloutfitgallery.h') 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 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); -- cgit v1.2.3