Change PgFlush to PtFlush to force the splash screen to draw immediately.

This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-02-25 13:21:29 +00:00
parent edbf013e6f
commit 54b149cb1a

View File

@ -141,7 +141,7 @@ nsSplashScreenPh::Show()
PtSetArg( &arg[1], Pt_ARG_LABEL_DATA, img, sizeof(PhImage_t) );
PtCreateWidget( PtLabel, mDialog, 2, arg );
PtRealizeWidget( mDialog );
PgFlush();
PtFlush();
}
else
{