Kaydet (Commit) b3d08b75 authored tarafından Michael Meeks's avatar Michael Meeks

tdf#97299 - allow slide transitions to be removed.

Change-Id: I652330f6526b1ecf735ed02554e3627768b41085
üst 36ae1972
......@@ -805,7 +805,9 @@ impl::TransitionEffect SlideTransitionPane::getTransitionEffectFromControls() co
}
}
aResult.mbEffectAmbiguous = false;
}
} else if (mpVS_TRANSITION_ICONS->IsNoSelection())
aResult.mbEffectAmbiguous = false;
// speed
if( mpLB_SPEED->IsEnabled() &&
......
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