File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 440.04: Remove library stub
550.05: Don't turn on LCD
660.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 11{
22 "id" : " widmsggrid" ,
33 "name" : " Messages Grid Widget" ,
4- "version" : " 0.06 " ,
4+ "version" : " 0.07 " ,
55 "description" : " Widget that displays notification icons in a grid" ,
66 "icon" : " widget.png" ,
77 "type" : " widget" ,
Original file line number Diff line number Diff line change 4949 r ++ ;
5050 }
5151 } ) ;
52+ g . reset ( ) ; // Make sure we don't leave clipRect set to some smaller rectangle.
5253 if ( w . total > 1 ) {
5354 // show total number of messages in bottom-right corner
5455 g . reset ( ) ;
You can’t perform that action at this time.
0 commit comments