Commit 8f8dfc01 authored by Oleg Korshul's avatar Oleg Korshul

save cached pages

parent 6122b635
...@@ -2405,8 +2405,9 @@ function CDrawingDocument() ...@@ -2405,8 +2405,9 @@ function CDrawingDocument()
{ {
if (this.IsFreezePage(pageIndex)) if (this.IsFreezePage(pageIndex))
{ {
if ((Math.abs(_drawingPage.RecalculateTime - (new Date().getTime())) > 500 /*0.5 sec*/)) // убрал выкидывание страницы. лишнее это. пусть всегда рисуется старая, пока не перерисуем
isUnlock = true; //if ((Math.abs(_drawingPage.RecalculateTime - (new Date().getTime())) > 500 /*0.5 sec*/))
// isUnlock = true;
} }
else else
{ {
......
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