From c5611e692282c98a0dd4af347a1c1e19ef823370 Mon Sep 17 00:00:00 2001 From: Rye Mutt Date: Tue, 23 Jul 2024 21:37:35 -0400 Subject: Fix up LLWindowShade getChild calls during draw --- indra/llui/llwindowshade.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/llui/llwindowshade.h') diff --git a/indra/llui/llwindowshade.h b/indra/llui/llwindowshade.h index a401394d78..da29188943 100644 --- a/indra/llui/llwindowshade.h +++ b/indra/llui/llwindowshade.h @@ -31,6 +31,9 @@ #include "llnotifications.h" #include "lluiimage.h" +class LLLayoutPanel; +class LLTextBox; + class LLWindowShade : public LLUICtrl { public: @@ -68,6 +71,10 @@ private: void onEnterNotificationText(LLUICtrl* ctrl, const std::string& name); void onClickIgnore(LLUICtrl* ctrl); + LLLayoutPanel* mBackgroundArea = nullptr; + LLLayoutPanel* mNotificationsArea = nullptr; + LLTextBox* mNotificationsText = nullptr; + std::vector mNotifications; LLSD mNotificationResponse; bool mModal; -- cgit v1.2.3