Commit 0c146744 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с проверкой можно ли копировать (баг 30272).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64811 954022d7-b5bf-4e40-9824-e11837661b57
parent 41c88156
......@@ -12344,7 +12344,7 @@ CDocument.prototype =
if (null !== LogicDocument)
{
if (true === LogicDocument.Is_SelectionUse())
if (true === LogicDocument.Is_SelectionUse() && true !== LogicDocument.Selection_IsEmpty(true))
{
if (selectionflag_Numbering === LogicDocument.Selection.Flag)
bCanCopyCut = false;
......
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