Browse Source

pcbnew: Prevent double items recaching on start

Thanks to Seth Hillbrand for pointing out the issue.

Fixes: lp:1779002
* https://bugs.launchpad.net/kicad/+bug/1779002
pull/17/head
Maciej Suminski 7 years ago
parent
commit
b43b78bdd2
  1. 2
      pcbnew/pcb_draw_panel_gal.cpp

2
pcbnew/pcb_draw_panel_gal.cpp

@ -374,8 +374,6 @@ void PCB_DRAW_PANEL_GAL::OnShow()
static_cast<KIGFX::PCB_RENDER_SETTINGS*>(
m_view->GetPainter()->GetSettings() )->LoadDisplayOptions( displ_opts );
}
m_view->RecacheAllItems();
}

Loading…
Cancel
Save