diff --git a/uppsrc/CtrlCore/Ctrl.cpp b/uppsrc/CtrlCore/Ctrl.cpp index 26a1008be..bef9afdb3 100644 --- a/uppsrc/CtrlCore/Ctrl.cpp +++ b/uppsrc/CtrlCore/Ctrl.cpp @@ -705,7 +705,7 @@ bool Ctrl::IsNoLayoutZoom; void InitRichTextZoom() { - Size h = 96 * Ctrl::Bsize / Ctrl::Dsize; +// Size h = 96 * Ctrl::Bsize / Ctrl::Dsize; // SetRichTextStdScreenZoom(min(h.cx, h.cy), 600); SetRichTextStdScreenZoom(96 * DPI(1), 600); Ctrl::ReSkin();