diff --git a/src/Gui/TaskView/TaskView.cpp b/src/Gui/TaskView/TaskView.cpp index dbc7cd573b..6993ad59fa 100644 --- a/src/Gui/TaskView/TaskView.cpp +++ b/src/Gui/TaskView/TaskView.cpp @@ -635,11 +635,8 @@ void TaskView::removeDialog() triggerMinimumSizeHint(); } -void TaskView::updateWatcher(void) +void TaskView::updateWatcher() { - if (ActiveCtrl || ActiveDialog) - return; - if (ActiveWatcher.empty()) { auto panel = Gui::Control().taskPanel(); if (panel && panel->ActiveWatcher.size())