mirror of https://github.com/KLayout/klayout.git
Bug fixes
This commit is contained in:
parent
149b051dce
commit
b77b4d7d3c
|
|
@ -88,8 +88,6 @@ MALYReader::read (db::Layout &layout, const db::LoadLayoutOptions &options)
|
|||
{
|
||||
init (options);
|
||||
|
||||
prepare_layers (layout);
|
||||
|
||||
const db::MALYReaderOptions &specific_options = options.get_options<db::MALYReaderOptions> ();
|
||||
m_dbu = specific_options.dbu;
|
||||
|
||||
|
|
@ -97,6 +95,8 @@ MALYReader::read (db::Layout &layout, const db::LoadLayoutOptions &options)
|
|||
set_create_layers (specific_options.create_other_layers);
|
||||
set_keep_layer_names (true);
|
||||
|
||||
prepare_layers (layout);
|
||||
|
||||
MALYData data = read_maly_file ();
|
||||
import_data (layout, data);
|
||||
create_metadata (layout, data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue