Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
fff2f017
Commit
fff2f017
authored
Jul 23, 2013
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an issue in Debug mode
parent
9076bfc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
class_worksheet_layout.cpp
common/page_layout/class_worksheet_layout.cpp
+1
-2
No files found.
common/page_layout/class_worksheet_layout.cpp
View file @
fff2f017
...
...
@@ -192,8 +192,7 @@ const wxString WORKSHEET_LAYOUT::MakeFullFileName( const wxString& aShortFileNam
{
wxFileName
fn
=
aShortFileName
;
wxString
fullFileName
=
aShortFileName
;
if
(
fn
.
GetPath
().
IsEmpty
()
)
if
(
fn
.
GetPath
().
IsEmpty
()
&&
!
fn
.
GetFullName
().
IsEmpty
()
)
{
wxString
name
=
wxGetApp
().
GetLibraryPathList
().
FindValidPath
(
fn
.
GetFullName
()
);
if
(
!
name
.
IsEmpty
()
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment