From 8e151a5da566d92b9b3cc84061125ee855f3caf0 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 18 May 2009 20:44:11 +0000 Subject: [PATCH] * 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 --- src/apps/aboutsystem/AboutSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 54227d1eab..31bef430c5 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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",