slideshow-effect-rewind-sdext.diff: allows to step back one animation effect
i#48179
This commit is contained in:
parent
0abe2eea12
commit
8ed3c9196c
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,6 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
|
|||
}
|
||||
break;
|
||||
|
||||
case awt::Key::LEFT:
|
||||
case awt::Key::PAGEUP:
|
||||
if (mxSlideShowController.is())
|
||||
{
|
||||
|
@ -1009,6 +1008,7 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
|
|||
}
|
||||
break;
|
||||
|
||||
case awt::Key::LEFT:
|
||||
case awt::Key::UP:
|
||||
case awt::Key::P:
|
||||
case awt::Key::BACKSPACE:
|
||||
|
|
Loading…
Reference in a new issue