Revert "epgview: swap RC_info and RC_help in EPG view"

This reverts commit 05d2a7b8b1.

Conflicts:
	src/gui/epgview.cpp


Origin commit data
------------------
Commit: f0a8d2ccf7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
This commit is contained in:
vanhofen
2017-09-25 11:42:46 +02:00
parent 3b0222d2d5
commit aedfcdc52e

View File

@@ -1318,7 +1318,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
} }
break; break;
} }
case CRCInput::RC_info: case CRCInput::RC_help:
bigFonts = bigFonts ? false : true; bigFonts = bigFonts ? false : true;
ResetModules(); ResetModules();
frameBuffer->paintBackgroundBoxRel(sx, sy, ox, oy); frameBuffer->paintBackgroundBoxRel(sx, sy, ox, oy);