Skip to content

Commit

Permalink
The value should be off with two-icon toggle buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Nov 20, 2023
1 parent 2f385f8 commit c07c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/element/gallery/icon_button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace cycfi { namespace elements

draw_icon_button(
ctx, value? _code2 : _code1, _size * get_theme().icon_font._size
, _body_color, true, hilite, enabled
, _body_color, false, hilite, enabled
);
}

Expand Down

0 comments on commit c07c1af

Please # to comment.