Loading common/view/view.cpp +19 −18 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,9 @@ void VIEW::UpdateItems() m_needsUpdate.clear(); } struct VIEW::extentsVisitor { struct VIEW::extentsVisitor { BOX2I extents; bool first; Loading @@ -1038,14 +1040,13 @@ struct VIEW::extentsVisitor { } }; const BOX2I VIEW::CalculateExtents() { extentsVisitor v; BOX2I fullScene; fullScene.SetMaximum(); BOOST_FOREACH( VIEW_LAYER* l, m_orderedLayers ) { l->items->Query( fullScene, v ); Loading pcbnew/tools/pcb_tools.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ #include <tool/tool_dispatcher.h> #include <class_draw_panel_gal.h> //#include <pcbnew_id.h> #include "selection_tool.h" #include "edit_tool.h" Loading Loading
common/view/view.cpp +19 −18 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,9 @@ void VIEW::UpdateItems() m_needsUpdate.clear(); } struct VIEW::extentsVisitor { struct VIEW::extentsVisitor { BOX2I extents; bool first; Loading @@ -1038,14 +1040,13 @@ struct VIEW::extentsVisitor { } }; const BOX2I VIEW::CalculateExtents() { extentsVisitor v; BOX2I fullScene; fullScene.SetMaximum(); BOOST_FOREACH( VIEW_LAYER* l, m_orderedLayers ) { l->items->Query( fullScene, v ); Loading
pcbnew/tools/pcb_tools.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ #include <tool/tool_dispatcher.h> #include <class_draw_panel_gal.h> //#include <pcbnew_id.h> #include "selection_tool.h" #include "edit_tool.h" Loading