mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
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:
parent
b47f544ad5
commit
b55994a8a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user