Kaydet (Commit) 31bfaf0d authored tarafından Caol?n McNamara's avatar Caol?n McNamara

cmcfixes76: #i112868# WaE

üst 0fa33ce5
...@@ -1085,10 +1085,12 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent) ...@@ -1085,10 +1085,12 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
case awt::Key::F1: case awt::Key::F1:
// Toggle the help view. // Toggle the help view.
if (mpWindowManager.get() != NULL) if (mpWindowManager.get() != NULL)
{
if (mpWindowManager->GetViewMode() != PresenterWindowManager::VM_Help) if (mpWindowManager->GetViewMode() != PresenterWindowManager::VM_Help)
mpWindowManager->SetViewMode(PresenterWindowManager::VM_Help); mpWindowManager->SetViewMode(PresenterWindowManager::VM_Help);
else else
mpWindowManager->SetHelpViewState(false); mpWindowManager->SetHelpViewState(false);
}
break; break;
......
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