Make the text view selectable when the query is done, so one can select text, like urls to paste to a browser.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7c4e1117fe
commit
e6599ddbde
@ -690,6 +690,7 @@ AboutView::MessageReceived(BMessage *msg)
|
||||
BEntry ent;
|
||||
if (fAppsQuery.GetNextEntry(&ent) < B_OK) {
|
||||
fAppsQuery.Clear();
|
||||
fCreditsView->MakeSelectable(true);
|
||||
break;
|
||||
}
|
||||
BFile file;
|
||||
|
Loading…
Reference in New Issue
Block a user