From 6e20fc99e76e5632e6e609d959156b444290286e Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 23 Oct 2020 18:42:57 +0300 Subject: SL-14181 Fix missing message when deleting last classified --- indra/newview/llpanelprofileclassifieds.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp index d72028a366..1f638bdeb6 100644 --- a/indra/newview/llpanelprofileclassifieds.cpp +++ b/indra/newview/llpanelprofileclassifieds.cpp @@ -248,6 +248,9 @@ void LLPanelProfileClassifieds::callbackDeleteClassified(const LLSD& notificatio } updateButtons(); + + BOOL no_data = !mTabContainer->getTabCount(); + mNoItemsLabel->setVisible(no_data); } } -- cgit v1.2.3