Skip to content

Commit

Permalink
fix(x: zoomabs): fix fallback fonts' handling when zooming (Fixes: #144)
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Nov 7, 2024
1 parent f539eca commit fb26256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,7 @@ zoomabs(const Arg *arg)
{
xunloadfonts();
xloadfonts(getusedfont(), arg->f);
fonts_count--;
xloadsparefonts();
fonts_count++;
cresize(0, 0);
redraw();
xhints();
Expand Down

0 comments on commit fb26256

Please sign in to comment.