From 0a152f98ac206d7ae6a41d25d35337f160792c2f Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 30 Oct 2021 12:56:32 +0200 Subject: [PATCH] GERBVIEW_INSPECTION_TOOL: fix not working "show source..." tool. --- gerbview/tools/gerbview_inspection_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerbview/tools/gerbview_inspection_tool.cpp b/gerbview/tools/gerbview_inspection_tool.cpp index 87505fec7e..2d3bbec816 100644 --- a/gerbview/tools/gerbview_inspection_tool.cpp +++ b/gerbview/tools/gerbview_inspection_tool.cpp @@ -177,7 +177,7 @@ int GERBVIEW_INSPECTION_TOOL::ShowSource( const TOOL_EVENT& aEvent ) } else { - ExecuteFile( editorname, QuoteFullPath( fn ) ); + ExecuteFile( editorname, fn.GetFullPath() ); } } else