From 7c4e1117fe24707649646f6f3578c8626e6be204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Thu, 6 Mar 2008 00:05:09 +0000 Subject: [PATCH] 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 --- src/apps/aboutsystem/AboutSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 6950fe6a9d..19b74463eb 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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",