Commit e3da22fe authored by Oleg Korshul's avatar Oleg Korshul

.

parent 1ea565d1
......@@ -3879,7 +3879,7 @@ function CThumbnailsManager()
if (oThis.IsMouseDownTrack)
{
// это трек для перекидывания слайдов
if (oThis.IsMouseDownTrackSimple)
if (oThis.IsMouseDownTrackSimple && !oThis.m_oWordControl.m_oApi.isViewMode)
{
if (Math.abs(oThis.MouseDownTrackX - global_mouseEvent.X) > 10 || Math.abs(oThis.MouseDownTrackY - global_mouseEvent.Y) > 10)
oThis.IsMouseDownTrackSimple = false;
......
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