Skip to content

Commit

Permalink
app: re-apply font settings on style change
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 29, 2023
1 parent f604a7a commit bbb7514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ddterm/app/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ export const Terminal = GObject.registerClass({
}

on_style_updated() {
// VTE bug? https://github.com/ddterm/gnome-shell-extension-ddterm/issues/674
this.set_font(this.get_font());

if (!this._foreground_from_style && !this._background_from_style)
return;

Expand Down

0 comments on commit bbb7514

Please sign in to comment.