PD: Fix crash when pressing ESC on chamfer/fillet dialog
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user