[Debugger] Fix DMA Window load position

This commit is contained in:
oddMLan 2019-01-13 22:37:51 -07:00
parent a1726ba51f
commit cd0d067982
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ LRESULT CDebugDMALogView::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM
RefreshList();
LoadWindowPos(DMALogView_Width, DMALogView_Height);
LoadWindowPos(DMALogView_Top, DMALogView_Left);
WindowCreated();
m_AutoRefreshThread = CreateThread(NULL, 0, AutoRefreshProc, (void*)this, 0, NULL);