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:
parent
cf629a4037
commit
e4f90625cc
@ -982,6 +982,7 @@ StyledEditWindow::OpenFile(entry_ref *ref)
|
||||
fSaveMessage->AddString("name", name);
|
||||
SetTitle(name);
|
||||
}
|
||||
Select(0,0);
|
||||
}/*** StyledEditWindow::OpenFile() ***/
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user