Commit bccebf1b authored by Oleg Korshul's avatar Oleg Korshul

asc_onDemonstrationStatus

parent 83d3f290
......@@ -6018,11 +6018,13 @@ background-repeat: no-repeat;\
case "pause":
{
_this.WordControl.DemonstrationManager.Pause();
_this.sendEvent("asc_onDemonstrationStatus", "pause");
break;
}
case "play":
{
_this.WordControl.DemonstrationManager.Play();
_this.sendEvent("asc_onDemonstrationStatus", "play");
break;
}
case "resize":
......
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