| Issue 20: | Subproject option doesn't do anything on OSX | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Open a batch project and try to use the Subproject option (document doesn't matter) and nothing happens. Sometimes you see a progress dialog, but you never get a subproject.
Dec 1, 2009
Project Member
#1
blake.ol...@gmail.com
Labels:
-Priority-Medium Priority-High
Dec 2, 2009
Need to add this:
if (newDoc->GetFirstView() )
{
newDoc->GetFirstView()->Activate(true);///ADD THIS LINE
wxGetApp().GetDocManager()->ActivateView(newDoc->GetFirstView());
if (newDoc->GetDocumentWindow() )
{ newDoc->GetDocumentWindow()->SetFocus(); }
}
Dec 4, 2009
Open file from Examples menu would have had the same problem. Fixed in both places.
Status:
Fixed
|