Pcbnew: fix bug: missing call to SetFileFormatVersionAtLoad after loading a board, in legacy format.
This commit is contained in:
parent
09b1748bc4
commit
96f302c958
|
@ -380,6 +380,7 @@ void LEGACY_PLUGIN::checkVersion()
|
|||
#endif
|
||||
|
||||
m_loading_format_version = ver;
|
||||
m_board->SetFileFormatVersionAtLoad( m_loading_format_version );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue