From 0a420e7d9ab54162a04472c756a3994b6597445d Mon Sep 17 00:00:00 2001 From: Rye Mutt Date: Wed, 24 Jul 2024 17:45:01 -0400 Subject: Fix find child during draw in texture picker --- indra/newview/lltexturectrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/lltexturectrl.h') diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 3c6cff4eaa..df5e763139 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -437,6 +437,7 @@ protected: LLButton* mPipetteBtn; LLButton* mSelectBtn; LLButton* mCancelBtn; + LLView* mPreviewWidget = nullptr; private: bool mCanApply; -- cgit v1.2.3