mirror of https://github.com/KLayout/klayout.git
Merge branch 'wip' into network-drc
This commit is contained in:
commit
c5b37fd78b
|
|
@ -295,6 +295,7 @@ LayoutViewBase::copy_from (lay::LayoutViewBase *source)
|
||||||
|
|
||||||
if (! m_layer_properties_lists.empty ()) {
|
if (! m_layer_properties_lists.empty ()) {
|
||||||
mp_canvas->set_dither_pattern (m_layer_properties_lists [0]->dither_pattern ());
|
mp_canvas->set_dither_pattern (m_layer_properties_lists [0]->dither_pattern ());
|
||||||
|
mp_canvas->set_line_styles (m_layer_properties_lists [0]->line_styles ());
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy the title
|
// copy the title
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue