We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910c35e commit 22c60acCopy full SHA for 22c60ac
examples/fieldFormat/fieldFormat/fieldFormat.ino
@@ -16,7 +16,7 @@ template<typename T>
16
class leadsField:public menuField<T> {
17
public:
18
using menuField<T>::menuField;
19
- Used printTo(navRoot &root,bool sel,menuOut& out, idx_t idx,idx_t len) {
+ Used printTo(navRoot &root,bool sel,menuOut& out, idx_t idx,idx_t len,idx_t panelNr=0) override {
20
menuField<T>::reflex=menuField<T>::target();
21
prompt::printTo(root,sel,out,idx,len);
22
bool ed=this==root.navFocus;
0 commit comments