Browse Source

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

pull/1/head
jean-pierre charras 13 years ago
parent
commit
96f302c958
  1. 1
      pcbnew/legacy_plugin.cpp

1
pcbnew/legacy_plugin.cpp

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

Loading…
Cancel
Save