Merge branch 'wip' into network-drc

This commit is contained in:
Matthias Koefferlein 2023-01-22 00:33:38 +01:00
commit c5b37fd78b
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@ LayoutViewBase::copy_from (lay::LayoutViewBase *source)
end_layer_updates ();
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