Fix coding style error in 6429

This commit is contained in:
Chris Pavlina 2016-01-07 17:33:31 -05:00
parent b3af0fdcad
commit c44c076bdb
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ int DRAWING_TOOL::drawZone( bool aKeepout )
// Get the current default settings for zones
ZONE_SETTINGS zoneInfo = m_frame->GetZoneSettings();
zoneInfo.m_CurrentZone_Layer = m_frame->GetScreen()->m_Active_Layer;
zoneInfo.SetIsKeepout(aKeepout);
zoneInfo.SetIsKeepout( aKeepout );
m_controls->SetAutoPan( true );
m_controls->CaptureCursor( true );