Commit 53b8492c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При dblClick-оптимизации ширины строки/высоты колонки делаем обновление...

При dblClick-оптимизации ширины строки/высоты колонки делаем обновление курсора (Баг http://bugzserver/show_bug.cgi?id=17583)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51111 954022d7-b5bf-4e40-9824-e11837661b57
parent e31b7059
......@@ -264,6 +264,8 @@
if (resized) {
// Мы изменяли размеры колонки/строки, не редактируем ячейку
t.isCellEditMode = false;
// Обновим состояние курсора
t.handlers.trigger("updateWorksheet", t.element[0], coord.x, coord.y, event.ctrlKey, function(info){t.targetInfo = info;});
}
});
}, 100);
......
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