diff --git a/applications/fpvviewer/examples_files/svg/arcs_1.svg b/applications/fpvviewer/examples_files/svg/arcs_1.svg index 13faeec4b..2dfcea3cc 100644 --- a/applications/fpvviewer/examples_files/svg/arcs_1.svg +++ b/applications/fpvviewer/examples_files/svg/arcs_1.svg @@ -23,4 +23,12 @@ sweep-flag=1 + + diff --git a/applications/fpvviewer/fpvv_mainform.pas b/applications/fpvviewer/fpvv_mainform.pas index 522bcf3aa..669b6d055 100644 --- a/applications/fpvviewer/fpvv_mainform.pas +++ b/applications/fpvviewer/fpvv_mainform.pas @@ -87,6 +87,7 @@ var CanvasSize: TPoint; begin // First check the in input + if editFileName.FileName = '' then Exit; // silent exit in this simple case //if not CheckInput() then Exit; notebook.PageIndex := 0;