File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
0.04: Remove library stub
5
5
0.05: Don't turn on LCD
6
6
0.06: Don't draw outside of widget field
7
+ 0.07: Don't leave clipRect modified, as per [this comment](https://github.com/espruino/BangleApps/pull/3813#issuecomment-2826952155).
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " widmsggrid" ,
3
3
"name" : " Messages Grid Widget" ,
4
- "version" : " 0.06 " ,
4
+ "version" : " 0.07 " ,
5
5
"description" : " Widget that displays notification icons in a grid" ,
6
6
"icon" : " widget.png" ,
7
7
"type" : " widget" ,
Original file line number Diff line number Diff line change 49
49
r ++ ;
50
50
}
51
51
} ) ;
52
+ g . reset ( ) ; // Make sure we don't leave clipRect set to some smaller rectangle.
52
53
if ( w . total > 1 ) {
53
54
// show total number of messages in bottom-right corner
54
55
g . reset ( ) ;
You can’t perform that action at this time.
0 commit comments