Skip to content

Commit

Permalink
Merge pull request #2 from Firelfy/revert-1-DEV
Browse files Browse the repository at this point in the history
Revert "Update window.cpp - start minimized"
  • Loading branch information
Firelfy authored Nov 6, 2017
2 parents 24e6351 + 6b28062 commit e5e35fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio-router-gui/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ window::~window()
int window::OnCreate(LPCREATESTRUCT lpcs)
{
this->m_hWndClient = this->dlg_main->Create(this->m_hWnd);
this->dlg_main->ShowWindow(SW_SHOWMINNOACTIVE);
this->dlg_main->ShowWindow(SW_SHOW);

return 0;
}
Expand Down Expand Up @@ -187,4 +187,4 @@ LRESULT window::OnRestore(UINT, INT, HWND)
BringWindowToTop();

return 0;
}
}

0 comments on commit e5e35fb

Please sign in to comment.