Skip to content

Commit

Permalink
[ve] Fix crash after changing PaintMessageLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Nov 26, 2024
1 parent 9058a25 commit 84127e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draw/Drawing/HtmlPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function CEditorPage(api)
this.DrawingFreeze = false;
this.NoneRepaintPages = false;

this.paintMessageLoop = new AscCommon.PaintMessageLoop(40);
this.paintMessageLoop = new AscCommon.PaintMessageLoop(40, api);

this.m_oApi = api;
var oThis = this;
Expand Down

0 comments on commit 84127e7

Please sign in to comment.