Skip to content

Commit e917dab

Browse files
author
thyttan
committed
messagegui: add a back button image to messagesscroller
1 parent 4b82220 commit e917dab

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
@@ -341,6 +341,9 @@ function showMessagesScroller(msg) {
341341
setColor("#f00").drawImage(footerImgNeg,r.x+5+3,r.y).
342342
setColor("#0f0").drawImage(footerImgPos,r.w-64-5,r.y);
343343
}
344+
if (0===scrollIdx) {
345+
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);
346+
}
344347
if (scrollIdx<shownScrollIdxFirst) {shownScrollIdxFirst = scrollIdx;}
345348
if (scrollIdx>shownScrollIdxLast) {shownScrollIdxLast = scrollIdx;}
346349
},

0 commit comments

Comments
 (0)