Fix display of the background in the display channel

If you enter the display channel in Zapcockpit mode with the right or
left button and exit with OK, the background of the display channel was
not displayed.
This commit is contained in:
kamel5 2021-05-30 11:41:19 +02:00
parent b47f544ad5
commit b55994a8a6
1 changed files with 3 additions and 0 deletions

View File

@ -423,6 +423,7 @@ void cViewChannel::ClearExtended(void) {
Clear((int)eVeDisplayChannel::channellistdetail);
SetDirty((int)eVeDisplayChannel::channellistback);
initExtended = true;
init = true;
ShowBasic();
}
//exit from channellist info to channel list
@ -436,6 +437,7 @@ void cViewChannel::ClearExtended(void) {
Clear((int)eVeDisplayChannel::grouplistback);
SetDirty((int)eVeDisplayChannel::grouplistback);
initExtended = true;
init = true;
ShowBasic();
}
//exit from group channel list to group list
@ -460,6 +462,7 @@ void cViewChannel::ClearExtended(void) {
SetDirty((int)eVeDisplayChannel::grouplistback);
SetDirty((int)eVeDisplayChannel::groupchannellistdetail);
initExtended = true;
init = true;
ShowBasic();
}
//exit from channel info to channel or group list