forked from openlp/openlp
fixed issue with not all PPTS not loading correctly using PPTViewer
This commit is contained in:
parent
a69b2d86ef
commit
4345608759
@ -223,7 +223,7 @@ DllExport int OpenPPT(wchar_t *filename, HWND hParentWnd, RECT rect,
|
||||
{
|
||||
if (steps <= pptView[id].steps)
|
||||
{
|
||||
Sleep(20);
|
||||
Sleep(100);
|
||||
DEBUG(L"OpenPPT: Step %d/%d\n", steps, pptView[id].steps);
|
||||
steps++;
|
||||
NextStep(id);
|
||||
|
Loading…
Reference in New Issue
Block a user