Commit 760608fe authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Правка бага http://bugzserver/show_bug.cgi?id=23156

Убираем Smoothing только на мобильных

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54627 954022d7-b5bf-4e40-9824-e11837661b57
parent e378c088
......@@ -598,7 +598,7 @@ DrawingContext.prototype = {
*/
initContextSmoothing: function () {
var ctx = this.ctx;
if (null === ctx)
if (!window.g_isMobileVersion || null === ctx)
return;
// Не убирать. Баг на android при scroll!!!
......
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