Commit 96f302c9 authored by jean-pierre charras's avatar jean-pierre charras

Pcbnew: fix bug: missing call to SetFileFormatVersionAtLoad after loading a...

Pcbnew: fix bug:  missing call to SetFileFormatVersionAtLoad after loading a board, in legacy format.
parent 09b1748b
......@@ -380,6 +380,7 @@ void LEGACY_PLUGIN::checkVersion()
#endif
m_loading_format_version = ver;
m_board->SetFileFormatVersionAtLoad( m_loading_format_version );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment