My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 20: Subproject option doesn't do anything on OSX
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  blake.ol...@gmail.com
Closed:  Dec 2009


 
Project Member Reported by blake.ol...@gmail.com, Dec 1, 2009
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
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-High
Dec 2, 2009
Project Member #2 blake.ol...@gmail.com
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
Project Member #3 blake.ol...@gmail.com
Open file from Examples menu would have had the same problem.  Fixed in both places.
Status: Fixed

Powered by Google Project Hosting