HaikuDepot: Make summary text non-selectable...

... in the rows of featured packages.
This commit is contained in:
Stephan Aßmus
2014-11-09 12:04:48 +01:00
parent 6e2ac1775e
commit ef40255d5d
@@ -65,8 +65,9 @@ public:
fPublisherView->SetFont(&font);
fPublisherView->SetHighColor(kLightBlack);
// Version info
// Summary text view
fSummaryView = new MarkupTextView("package summary");
fSummaryView->SetSelectionEnabled(false);
// Rating view
fRatingView = new RatingView("package rating view");