* Made the AboutSystem be selectable again. Why the credits view used to be

made non-selectable on program start and selectable after the credits have
  been added escapes me.
This fixes #2497 again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30796 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2009-05-18 20:44:11 +00:00
parent 3793b581f4
commit 8e151a5da5
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ 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",