mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 20:33:17 +00:00
Make Widget flags private, expose via methods.
This commit is contained in:
@@ -53,8 +53,6 @@ public:
|
||||
|
||||
private:
|
||||
const MenuItem item;
|
||||
|
||||
void set_highlight(const bool value);
|
||||
};
|
||||
|
||||
class MenuView : public View {
|
||||
@@ -62,7 +60,7 @@ public:
|
||||
std::function<void(void)> on_left;
|
||||
|
||||
MenuView() {
|
||||
flags.focusable = true;
|
||||
set_focusable(true);
|
||||
}
|
||||
|
||||
~MenuView();
|
||||
|
Reference in New Issue
Block a user