fix - MacOS - Black screen when saving files with a hotkey

This commit is contained in:
Yuriy Puchkov
2020-12-03 16:18:30 +02:00
parent 13d059daa1
commit b4be86068d
2 changed files with 4 additions and 1 deletions

View File

@@ -112,7 +112,6 @@ CaptureTool* ToolFactory::CreateTool(CaptureToolButton::ButtonType t,
case CaptureToolButton::TYPE_CIRCLECOUNT:
tool = new CircleCountTool(parent);
break;
default:
tool = nullptr;
break;