X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/3a4d8a99f885909119362e3b9b9b587315d74ad7..11d3519339b45996592aa5b43669c9cd8cc495b1:/project/commands/drawing/cmd_progress.c diff --git a/project/commands/drawing/cmd_progress.c b/project/commands/drawing/cmd_progress.c index a8b9e56..dbd5dec 100644 --- a/project/commands/drawing/cmd_progress.c +++ b/project/commands/drawing/cmd_progress.c @@ -77,7 +77,7 @@ void cmd_progress(uint8_t argc, char **argv) } // Draw the progress bar (always use rounded corners for simplicity sake) - progressbarRender(x, y, w, h, percent, progressfill, THEME_DEFAULT); + progressbarRender(x, y, w, h, percent, progressfill, themeGetDefault()); } #endif