Make text view not selectable. This fixes a problem where text is inserted not at the end of the text view but on the current page. This happens if you click the text view soon after having opened AboutSystem, to try to scroll or whatever, while it's still processing query results and calling AddCopyrightEntry() for each found application. It may not show on fast systems with few applications.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24256 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2008-03-06 00:05:09 +00:00
parent 2365e7b574
commit 7c4e1117fe

View File

@ -321,6 +321,7 @@ AboutView::AboutView(const BRect &rect)
fCreditsView->SetFlags(fCreditsView->Flags() | B_FRAME_EVENTS );
fCreditsView->SetStylable(true);
fCreditsView->MakeEditable(false);
fCreditsView->MakeSelectable(false);
fCreditsView->SetWordWrap(true);
BScrollView *creditsScroller = new BScrollView("creditsScroller",