The FindWindow can now restore a previous state; it's now set to the

state from the window that opened it.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6819 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-02-29 19:32:59 +00:00
parent 51c15c1cad
commit 96e78734f6
4 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -1673,7 +1673,8 @@ ProbeView::MessageReceived(BMessage *message)
fEditorLooper->QuitFind();
// set this view as the current find panel's target
BMessage find(kMsgOpenFindWindow);
BMessage find(*fFindAgainMenuItem->Message());
find.what = kMsgOpenFindWindow;
find.AddMessenger("target", this);
be_app_messenger.SendMessage(&find);
break;