mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 13:42:16 -04:00
Make Widget flags private, expose via methods.
This commit is contained in:
parent
9a33fc884a
commit
7cb3bbc9f8
6 changed files with 37 additions and 25 deletions
|
@ -129,7 +129,7 @@ public:
|
|||
Entries& recent
|
||||
) : recent { recent }
|
||||
{
|
||||
flags.focusable = true;
|
||||
set_focusable(true);
|
||||
}
|
||||
|
||||
void paint(Painter& painter) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue