gipy: minor bugfix for orientation display
parent
38a07a3c9c
commit
60fc2d6d88
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue