mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -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
|
@ -38,7 +38,7 @@ FrequencyField::FrequencyField(
|
|||
length_ { 11 },
|
||||
range(rf::tuning_range)
|
||||
{
|
||||
flags.focusable = true;
|
||||
set_focusable(true);
|
||||
}
|
||||
|
||||
rf::Frequency FrequencyField::value() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue