diff --git a/src/control/Control.cpp b/src/control/Control.cpp index 4091f419..95070402 100644 --- a/src/control/Control.cpp +++ b/src/control/Control.cpp @@ -1552,9 +1552,10 @@ void Control::setViewPresentationMode(bool enabled) if(enabled) { bool success = zoom->updateZoomPresentationValue(); - if (success) + if (!success) { //TODO: Errormessage if the zoom could not be calculated + fireActionSelected(GROUP_PRESENTATION_MODE, ACTION_NOT_SELECTED); return; } }