mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
API: Don't set human-readable path that isn't actually
(cherry picked from commit 9466cab585aeb02d432387be8681254129c18298) Co-authored-by: Jon Evans <jon@craftyjon.com>
This commit is contained in:
parent
dd80797aa4
commit
71eeb754b3
@ -239,8 +239,6 @@ KICOMMON_API void PackSheetPath( types::SheetPath& aOutput, const KIID_PATH& aIn
|
||||
|
||||
for( const KIID& entry : aInput )
|
||||
aOutput.add_path()->set_value( entry.AsStdString() );
|
||||
|
||||
aOutput.set_path_human_readable( aInput.AsString().ToStdString() );
|
||||
}
|
||||
|
||||
} // namespace kiapi::common
|
||||
|
Loading…
x
Reference in New Issue
Block a user