diff options
| -rw-r--r-- | gui/newgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 6f718459c2..99f43c18a8 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -361,7 +361,7 @@ int NewGui::getCharWidth(byte c) { } void NewGui::drawString(const String &s, int x, int y, int w, OverlayColor color, TextAlignment align, int deltax, bool useEllipsis) { - getFont().drawString(&_screen, s, x, y, w, color, align, deltax, useEllipsis, _scaleEnable); + getFont().drawString(&_screen, s, x, y, w, color, align, deltax, useEllipsis, _scaleFactor); } // |
