Skip to content

Commit 564ffeb

Browse files
Fixed issue with font type and lint height not being set when reloading brackets. #89
1 parent 4ea401b commit 564ffeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ThemeManager.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ define(function (require, exports, module) {
383383
$(EditorManager).on("activeEditorChange", function() {
384384
refresh();
385385
});
386+
387+
// Call to update fonts
388+
ThemeView.updateFonts();
389+
ThemeView.updateScrollbars();
386390
}
387391

388392
//

0 commit comments

Comments
 (0)