Fixed undo for MARKER_PCBs.

This commit is contained in:
Maciej Suminski 2014-03-19 13:46:52 +01:00
parent ef1ed9646a
commit 2d8dc04693
1 changed files with 0 additions and 1 deletions

View File

@ -818,7 +818,6 @@ void PCB_BASE_FRAME::LoadSettings()
view->SetLayerTarget( ITEM_GAL_LAYER( GP_OVERLAY ), KIGFX::TARGET_OVERLAY );
view->SetLayerTarget( ITEM_GAL_LAYER( RATSNEST_VISIBLE ), KIGFX::TARGET_OVERLAY );
view->SetLayerTarget( ITEM_GAL_LAYER( DRC_VISIBLE ), KIGFX::TARGET_NONCACHED );
// Apply layer coloring scheme & display options
if( view->GetPainter() )