mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-18 05:57:53 +00:00
Compare commits
2 Commits
03f9dfeee7
...
77ef661fcf
Author | SHA1 | Date | |
---|---|---|---|
![]() |
77ef661fcf | ||
![]() |
8c393854a7 |
@ -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