Fixed bug number 10499.
This commit is contained in:
parent
1c2c526272
commit
2865641ffa
|
@ -513,7 +513,8 @@ void show_send_time_page(lv_obj_t* obj, const int sendType)
|
||||||
gMatrixIndex = 0;
|
gMatrixIndex = 0;
|
||||||
SendTimeIndex_0 = 0;
|
SendTimeIndex_0 = 0;
|
||||||
SendTimeIndex_1 = 0;
|
SendTimeIndex_1 = 0;
|
||||||
gSendType = sendType;
|
#define OPTION_3 3
|
||||||
|
gSendType = sendType == OPTION_3 ? FOUR_TIME_DAY : sendType;
|
||||||
gPageNum = FIRST_PAGE;
|
gPageNum = FIRST_PAGE;
|
||||||
unsigned short settingIndex = gPageNum * 2;
|
unsigned short settingIndex = gPageNum * 2;
|
||||||
SendTimeMatrixObj_1 = NULL;
|
SendTimeMatrixObj_1 = NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user