Commit 00c19e6b authored by GoshaZotov's avatar GoshaZotov

fix bug 35764

parent 0e6557e8
...@@ -2895,7 +2895,9 @@ CDocument.prototype.Recalculate_PageColumn = function() ...@@ -2895,7 +2895,9 @@ CDocument.prototype.Recalculate_PageColumn = function()
} }
} }
if(window['AscCommon'].g_clipboardBase && window['AscCommon'].g_clipboardBase.showButtonIdParagraph && !window['AscCommon'].g_clipboardBase.pasteStart) //TODO функция не должна вызываться здесь! необходимо перенести(DrawingDocument.UpdateTarget)
var clipboardBase = window['AscCommon'].g_clipboardBase;
if(clipboardBase && clipboardBase.showButtonIdParagraph && !clipboardBase.pasteStart && clipboardBase.showSpecialPasteButton)
{ {
window['AscCommon'].g_clipboardBase.SpecialPasteButtonById_Show(); window['AscCommon'].g_clipboardBase.SpecialPasteButtonById_Show();
} }
......
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