From dfe57ed20b0a855f7ff961aed5d0e0c0eaee9dfc Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 30 Jan 2019 17:19:35 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/TextPage/TextPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index 6be01756..4a4a7a37 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -266,11 +266,11 @@ class TextPage extends Vue { async calcPropsAndLoadFonts(omitLoadFonts) { this.calcDrawProps(); + this.setBackground(); if (!omitLoadFonts) await this.loadFonts(); - this.setBackground(); this.draw(); // шрифты хрен знает когда подгружаются, поэтому @@ -347,7 +347,7 @@ class TextPage extends Vue { this.statusBar = null; this.calcPropsAndLoadFonts(); - + this.refreshTime(); if (this.lazyParseEnabled) this.lazyParsePara();