mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
gui/widget/menue.h: fix suppressDetailsLine()
Origin commit data
------------------
Commit: 7cee5d3b2e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
This commit is contained in:
@@ -582,7 +582,7 @@ class CMenuWidget : public CMenuTarget
|
||||
};
|
||||
void addKey(neutrino_msg_t key, CMenuTarget *menue, const std::string &action);
|
||||
void setFooter(const struct button_label *_fbutton_label, const int _fbutton_count, bool repaint = false);
|
||||
void suppressDetailsLine(bool suppress = true){show_details_line = !suppress ? false : true;};
|
||||
void suppressDetailsLine(bool suppress = true){show_details_line = suppress ? false : true;};
|
||||
};
|
||||
|
||||
class CPINProtection
|
||||
|
Reference in New Issue
Block a user