mirror of https://github.com/KLayout/klayout.git
[consider merging] Bugfix: 'oasis_read_all_options' as always on in buddy tools.
This commit is contained in:
parent
c14d8cc877
commit
9f92c4eaa4
|
|
@ -38,7 +38,7 @@ static void set_oasis_read_all_properties (db::LoadLayoutOptions *options, bool
|
|||
options->get_options<db::OASISReaderOptions> ().read_all_properties = f;
|
||||
}
|
||||
|
||||
static int get_oasis_read_all_properties (const db::LoadLayoutOptions *options)
|
||||
static bool get_oasis_read_all_properties (const db::LoadLayoutOptions *options)
|
||||
{
|
||||
return options->get_options<db::OASISReaderOptions> ().read_all_properties;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue