fixed the "find does not work" bug on newly opened files by setting the cursor to the start of the file on opening

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-07-31 19:09:11 +00:00
parent cf629a4037
commit e4f90625cc

View File

@ -982,6 +982,7 @@ StyledEditWindow::OpenFile(entry_ref *ref)
fSaveMessage->AddString("name", name);
SetTitle(name);
}
Select(0,0);
}/*** StyledEditWindow::OpenFile() ***/
void