mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 05:27:52 +00:00
Pre Merge pull request !10 from 独角戏/Develope
This commit is contained in:
commit
737c5d2171
@ -128,7 +128,12 @@ HMI_ENGINE_RESULT HMI_StartEngine(const void* pstParameters)
|
||||
if(NULL != pstStartScreen->pstActions->Prepare)
|
||||
{
|
||||
eProcessResult = pstStartScreen->pstActions->Prepare(g_pstActivedEngineObject->Interface, pstParameters);
|
||||
g_pstActivedEngineObject->Interface->fnSyncBuffer();
|
||||
|
||||
if( (NULL != g_pstActivedEngineObject->Interface) &&
|
||||
(NULL != g_pstActivedEngineObject->Interface->fnSyncBuffer))
|
||||
{
|
||||
g_pstActivedEngineObject->Interface->fnSyncBuffer();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user