Fix coding style error in 6429
This commit is contained in:
parent
b3af0fdcad
commit
c44c076bdb
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue