Commit 69913c37 authored by Oleg Korshul's avatar Oleg Korshul

export STYLE_THUMBNAIL_...

parent b86badaf
......@@ -6676,6 +6676,16 @@ CStylesPainter.prototype =
}
}
if (_api.WordControl.bIsRetinaSupport)
{
this.STYLE_THUMBNAIL_WIDTH >>= 1;
this.STYLE_THUMBNAIL_HEIGHT >>= 1;
}
// export
this["STYLE_THUMBNAIL_WIDTH"] = this.STYLE_THUMBNAIL_WIDTH;
this["STYLE_THUMBNAIL_HEIGHT"] = this.STYLE_THUMBNAIL_HEIGHT;
// теперь просто отдаем евент наверх
_api.sync_InitEditorStyles(this);
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment