diff --git a/src/c/neat_bar.c b/src/c/neat_bar.c index c2175c2..31a68ff 100644 --- a/src/c/neat_bar.c +++ b/src/c/neat_bar.c @@ -273,7 +273,9 @@ void neat_bar_layer_set_icon(NeatBarLayer *neat_bar, ButtonId button_id, GBitmap } bitmap_layer_set_alignment(current_bitmap_layer, GAlignCenter); bitmap_layer_set_bitmap(current_bitmap_layer, icon); +#if PBL_COLOR bitmap_layer_set_compositing_mode(current_bitmap_layer, GCompOpSet); +#endif } NeatBarLayer *neat_bar_layer_create() {