mirror of https://github.com/KLayout/klayout.git
Small bugfix: 'clone panel' did not copy custom line styles
This commit is contained in:
parent
33af2b8fcc
commit
017ca1707b
|
|
@ -294,7 +294,8 @@ LayoutViewBase::copy_from (lay::LayoutViewBase *source)
|
||||||
end_layer_updates ();
|
end_layer_updates ();
|
||||||
|
|
||||||
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