Commit ddff71c1 authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

- Rogue int as LAYER_MSK (will break with more than 32 layers)

- Comment fix
parent 761023f6
......@@ -381,7 +381,7 @@ bool PCB_EDIT_FRAME::HandleBlockEnd( wxDC* DC )
void PCB_EDIT_FRAME::Block_SelectItems()
{
int layerMask;
LAYER_MSK layerMask;
GetScreen()->m_BlockLocate.Normalize();
......
......@@ -614,7 +614,7 @@ public:
void SetZoneSettings( const ZONE_SETTINGS& aSettings ) { m_zoneSettings = aSettings; }
/**
* Function SetColorSettings
* Function GetColorSettings
* @return the current COLORS_DESIGN_SETTINGS in use
*/
COLORS_DESIGN_SETTINGS* GetColorsSettings() const { return m_colorsSettings; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment