HaikuDepot: Make summary text non-selectable...
... in the rows of featured packages.
This commit is contained in:
@@ -65,8 +65,9 @@ public:
|
|||||||
fPublisherView->SetFont(&font);
|
fPublisherView->SetFont(&font);
|
||||||
fPublisherView->SetHighColor(kLightBlack);
|
fPublisherView->SetHighColor(kLightBlack);
|
||||||
|
|
||||||
// Version info
|
// Summary text view
|
||||||
fSummaryView = new MarkupTextView("package summary");
|
fSummaryView = new MarkupTextView("package summary");
|
||||||
|
fSummaryView->SetSelectionEnabled(false);
|
||||||
|
|
||||||
// Rating view
|
// Rating view
|
||||||
fRatingView = new RatingView("package rating view");
|
fRatingView = new RatingView("package rating view");
|
||||||
|
|||||||
Reference in New Issue
Block a user