Skip to content

Commit

Permalink
compose: Don't accidentally set icon scale to 0 in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 18, 2024
1 parent d00b130 commit 77f99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/asc-compose.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ asc_compose_process_icons (AscCompose *compose,

as_icon_set_width (stock_icon, 0);
as_icon_set_height (stock_icon, 0);
as_icon_set_scale (stock_icon, 0);
as_icon_set_scale (stock_icon, 1);
as_icon_set_name (stock_icon, tmp);
as_component_add_icon (cpt, stock_icon);
}
Expand Down

0 comments on commit 77f99ed

Please sign in to comment.