add Paint() to SetProgress()
so that Windows does not think that the application is not responding.
This commit is contained in:
@@ -194,6 +194,7 @@ void LoadingWindow_Win32::SetProgress(const int progress)
|
|||||||
m_progress=progress;
|
m_progress=progress;
|
||||||
HWND hwndItem = ::GetDlgItem( hwnd, IDC_PROGRESS );
|
HWND hwndItem = ::GetDlgItem( hwnd, IDC_PROGRESS );
|
||||||
::SendMessage(hwndItem,PBM_SETPOS,progress,0);
|
::SendMessage(hwndItem,PBM_SETPOS,progress,0);
|
||||||
|
Paint();
|
||||||
}
|
}
|
||||||
|
|
||||||
void LoadingWindow_Win32::SetTotalWork(const int totalWork)
|
void LoadingWindow_Win32::SetTotalWork(const int totalWork)
|
||||||
|
|||||||
Reference in New Issue
Block a user