Commit 7821d88a authored by Alexander.Trofimov's avatar Alexander.Trofimov

Предыдущая заливка была к багу http://bugzserver/show_bug.cgi?id=26928

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58858 954022d7-b5bf-4e40-9824-e11837661b57
parent adfe2ef4
......@@ -300,9 +300,6 @@
if (angle > 0) {
dy = h - mul * tm.height;
}
else {
}
}
}
else if ("center" === alignVertical) {
......@@ -349,9 +346,6 @@
if (angle > 0) {
dy = h - mul * tm.height;
}
else {
}
}
}
else if ("top" === alignVertical) {
......
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