mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
blue button also available in detail view
This commit is contained in:
parent
00a2d7bd9a
commit
bd9e0c62f3
1
HISTORY
1
HISTORY
@ -55,3 +55,4 @@ VDR Plugin 'tvguide' Revision History
|
||||
- added possibility to choose folder for instant recording, possible
|
||||
folders are read from VDRs folders list
|
||||
- recording folder also choosable for series timers
|
||||
- blue button also available in detail view
|
||||
|
@ -659,6 +659,11 @@ eOSState cTvGuideOsd::ProcessKey(eKeys Key) {
|
||||
detailView = NULL;
|
||||
detailViewActive = false;
|
||||
processKeyRed();
|
||||
} else if (((Key & ~k_Repeat) == kBlue) && (tvguideConfig.blueKeyMode == 0)) {
|
||||
delete detailView;
|
||||
detailView = NULL;
|
||||
detailViewActive = false;
|
||||
processKeyBlue();
|
||||
} else {
|
||||
state = detailView->ProcessKey(Key);
|
||||
if (state == osEnd) {
|
||||
|
Loading…
Reference in New Issue
Block a user