Skip to content

Commit

Permalink
?????
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Jan 16, 2017
1 parent 8a9dfd7 commit 9f2254c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/FamiTrackerView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1295,15 +1295,15 @@ void CFamiTrackerView::OnInitialUpdate()

// Setup order window
pFrameEditor->AssignDocument(pDoc, this);

// Notify the pattern view about new document & view
m_pPatternEditor->SetDocument(pDoc, this);
m_pPatternEditor->ResetCursor();
pFrameEditor->ResetCursor(); // // //

// Always start with first track
pMainFrame->SelectTrack(0);

// Notify the pattern view about new document & view
m_pPatternEditor->ResetCursor();
pFrameEditor->ResetCursor(); // // //

// Update mainframe with new document settings
pMainFrame->UpdateInstrumentList();
pMainFrame->SetSongInfo(pDoc->GetSongName(), pDoc->GetSongArtist(), pDoc->GetSongCopyright());
Expand Down

0 comments on commit 9f2254c

Please sign in to comment.