Pcbnew: fix bug: missing call to SetFileFormatVersionAtLoad after loading a board, in legacy format.

This commit is contained in:
jean-pierre charras 2012-12-20 19:05:18 +01:00
parent 1dc048662b
commit 3bbafe14f5
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ void LEGACY_PLUGIN::checkVersion()
#endif
m_loading_format_version = ver;
m_board->SetFileFormatVersionAtLoad( m_loading_format_version );
}