- Rogue int as LAYER_MSK (will break with more than 32 layers)
- Comment fix
This commit is contained in:
parent
761023f6bc
commit
ddff71c11b
|
@ -381,7 +381,7 @@ bool PCB_EDIT_FRAME::HandleBlockEnd( wxDC* DC )
|
||||||
|
|
||||||
void PCB_EDIT_FRAME::Block_SelectItems()
|
void PCB_EDIT_FRAME::Block_SelectItems()
|
||||||
{
|
{
|
||||||
int layerMask;
|
LAYER_MSK layerMask;
|
||||||
|
|
||||||
GetScreen()->m_BlockLocate.Normalize();
|
GetScreen()->m_BlockLocate.Normalize();
|
||||||
|
|
||||||
|
|
|
@ -614,7 +614,7 @@ public:
|
||||||
void SetZoneSettings( const ZONE_SETTINGS& aSettings ) { m_zoneSettings = aSettings; }
|
void SetZoneSettings( const ZONE_SETTINGS& aSettings ) { m_zoneSettings = aSettings; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function SetColorSettings
|
* Function GetColorSettings
|
||||||
* @return the current COLORS_DESIGN_SETTINGS in use
|
* @return the current COLORS_DESIGN_SETTINGS in use
|
||||||
*/
|
*/
|
||||||
COLORS_DESIGN_SETTINGS* GetColorsSettings() const { return m_colorsSettings; }
|
COLORS_DESIGN_SETTINGS* GetColorsSettings() const { return m_colorsSettings; }
|
||||||
|
|
Loading…
Reference in New Issue