mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
By default, layer properties are initialized when no .lyp file is specified in a technology
You can turn this feature off by disabling the "Initialize other layers with default properties" option on the techology's "General" page.
This commit is contained in:
@@ -2522,7 +2522,7 @@ LayoutViewBase::signal_apply_technology (lay::LayoutHandle *layout_handle)
|
||||
lyp_file = tech->eff_layer_properties_file ();
|
||||
}
|
||||
|
||||
if (! lyp_file.empty ()) {
|
||||
if (! lyp_file.empty () || tech->add_other_layers ()) {
|
||||
|
||||
// interpolate the layout properties file name
|
||||
tl::Eval expr;
|
||||
|
||||
Reference in New Issue
Block a user