Commit 4dc70a0b authored by Oleg Korshul's avatar Oleg Korshul

.

parent 888a8038
......@@ -4511,7 +4511,7 @@ function CThumbnailsManager()
g.b_color1(211, 79, 79, 255);
var _bounds = g.t("" + (i + 1), (_digit_distance - num_slide_text_width) / 2, (page.top * g_dKoef_pix_to_mm + 3), true);
if (!_logicDocument.Slides[i].isVisible())
if (_logicDocument.Slides[i] && !_logicDocument.Slides[i].isVisible())
{
context.lineWidth = 1;
context.strokeStyle = "#000000";
......
......@@ -2569,6 +2569,9 @@ function CEditorPage(api)
if (0 != this.MainScrollsEnabledFlag)
return;
if (oThis.m_oApi.isReporterMode)
return;
if (!this.m_oDrawingDocument.IsEmptyPresentation)
{
if (this.StartVerticalScroll)
......
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