From 9eb8e252d919475c671656a43386ccbf19c2c3ec Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 21 Oct 2021 17:28:07 +0200 Subject: [PATCH] keybind_setup.h: KeybindSetup PIP fix Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ff2554cb04386a76e3ec7a563a0a02785a72a78 Author: Jacek Jendrzej Date: 2021-10-21 (Thu, 21 Oct 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/keybind_setup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/keybind_setup.h b/src/gui/keybind_setup.h index d016c85ad..be656b51e 100644 --- a/src/gui/keybind_setup.h +++ b/src/gui/keybind_setup.h @@ -85,10 +85,12 @@ class CKeybindSetup : public CMenuTarget, public CChangeObserver NKEY_NEXT43MODE, NKEY_SWITCHFORMAT, NKEY_SCREENSHOT, +#if ENABLE_PIP NKEY_PIP_CLOSE, NKEY_PIP_CLOSE_AVINPUT, NKEY_PIP_SETUP, NKEY_PIP_SWAP, +#endif NKEY_FORMAT_MODE, NKEY_PIC_MODE, NKEY_PIC_SIZE,