Skip to content

Commit

Permalink
Date didn't show when on main face & MOVE expired
Browse files Browse the repository at this point in the history
  • Loading branch information
bhugh authored Jan 7, 2025
1 parent bbfa374 commit 9e1669a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/ElegantAnaView.mc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ElegantAnaView extends WatchUi.WatchFace {
public function onLayout(dc as Dc) as Void {
//System.println("1");
// Load the custom font we use for drawing the 3, 6, 9, and 12 on the watchface.
_font = WatchUi.loadResource($.Rez.Fonts.id_font_black_diamond) as FontResource;
//_font = WatchUi.loadResource($.Rez.Fonts.id_font_black_diamond) as FontResource;

// If this device supports the Do Not Disturb feature,
// load the associated Icon into memory.
Expand Down Expand Up @@ -695,6 +695,8 @@ class ElegantAnaView extends WatchUi.WatchFace {
&& $.Options_Dict["Dawn/Dusk Markers"] != 2 && $.Options_Dict["Dawn/Dusk Markers"] != 3 )
{
drawDateInset(targetDc, Gfx.COLOR_WHITE, true);
} else {
drawDateMain(targetDc, Gfx.COLOR_WHITE, true);
}


Expand Down

0 comments on commit 9e1669a

Please sign in to comment.