Commit 67174af3 authored by Oleg Korshul's avatar Oleg Korshul

.

parent a5ca47d8
...@@ -3185,6 +3185,9 @@ function CEditorPage(api) ...@@ -3185,6 +3185,9 @@ function CEditorPage(api)
this.OnPaint = function() this.OnPaint = function()
{ {
if (this.m_oApi.isLongAction())
return;
if (this.DrawingFreeze || true === window["DisableVisibleComponents"]) if (this.DrawingFreeze || true === window["DisableVisibleComponents"])
{ {
this.m_oApi.checkLastWork(); this.m_oApi.checkLastWork();
......
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