From 1187e80647421360becd39431e085ce803743608 Mon Sep 17 00:00:00 2001 From: Andrew Lindesay Date: Wed, 2 Oct 2019 23:12:07 +1300 Subject: [PATCH] HaikuDepot: Fix Selection in Featured Package List MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #15386 Change-Id: Id9e198b85d02dccf7d71aeb1c85b29639ef15059 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1893 Reviewed-by: Stephan Aßmus --- src/apps/haikudepot/ui/FeaturedPackagesView.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/haikudepot/ui/FeaturedPackagesView.cpp b/src/apps/haikudepot/ui/FeaturedPackagesView.cpp index 06e85beedd..e8e0198052 100644 --- a/src/apps/haikudepot/ui/FeaturedPackagesView.cpp +++ b/src/apps/haikudepot/ui/FeaturedPackagesView.cpp @@ -159,6 +159,10 @@ public: _UpdateColors(); break; } + + default: + BView::MessageReceived(message); + break; } }