Skip to content

Commit ef72265

Browse files
authored
Merge pull request #48 from christophepersoz/patch-2
Update menuFields.h
2 parents 66b41aa + 55af2c8 commit ef72265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/menuFields.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ v2.0 - Calling action on every elements
149149
virtual void printTo(menuOut& p) {
150150
menuVariant<T>::sync();
151151
print_P(p,text);
152+
p.print(' ');
152153
((prompt*)pgmPtrNear(data[sel]))->printTo(p);
153154
//print_P(p,((menuValue<T>*)pgmPtrNear(data[sel]))->text);
154155
}

0 commit comments

Comments
 (0)