Skip to content

Commit dc9ef94

Browse files
author
thyttan
committed
messagegui: add a back button image to messagesscroller
1 parent a9caa41 commit dc9ef94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/messagegui/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ function showMessagesScroller(msg) {
340340
setColor("#f00").drawImage(footerImgNeg,r.x+5+3,r.y).
341341
setColor("#0f0").drawImage(footerImgPos,r.w-64-5,r.y);
342342
}
343+
if (0===scrollIdx) {
344+
g.setColor("#f00").drawImage(atob("GBiBAAAYAAH/gAf/4A//8B//+D///D///H/P/n+H/n8P/n4f/vwAP/wAP34f/n8P/n+H/n/P/j///D///B//+A//8Af/4AH/gAAYAA=="), r.x, r.y);
345+
}
343346
if (scrollIdx<shownScrollIdxFirst) {shownScrollIdxFirst = scrollIdx;}
344347
if (scrollIdx>shownScrollIdxLast) {shownScrollIdxLast = scrollIdx;}
345348
},

0 commit comments

Comments
 (0)