Skip to content

Commit

Permalink
fix bug introduced in 3d5806c
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Feb 1, 2024
1 parent b1aa614 commit 2f552b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui-lib/framework/private/frame.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,7 @@
root)))

(define/override (on-activate on?)
(super on-activate on?)
(when on?
(try-to-update-canvas-in-case-font-size-changed)))

Expand Down

0 comments on commit 2f552b6

Please sign in to comment.