gipy: minor bugfix for orientation display

master
frederic wagner 2022-11-26 21:34:48 +01:00
parent 38a07a3c9c
commit 60fc2d6d88
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class Status {
.setFontAlign(-1, -1, 0)
.setColor(g.theme.fg)
.drawString(eta, 0, 48);
if (this.orientation == 1) {
if (orientation == 1) {
g.drawImage(back_arrow_img, 62, 32);
}