diff --git a/pcbnew/zone.cpp b/pcbnew/zone.cpp index f5c7d2134f..b4c4231ef8 100644 --- a/pcbnew/zone.cpp +++ b/pcbnew/zone.cpp @@ -717,10 +717,7 @@ void ZONE::Flip( const wxPoint& aCentre, bool aFlipLeftRight ) Mirror( aCentre, aFlipLeftRight ); int copperLayerCount = GetBoard()->GetCopperLayerCount(); - if( GetIsRuleArea() ) - SetLayerSet( FlipLayerMask( GetLayerSet(), copperLayerCount ) ); - else - SetLayer( FlipLayer( GetLayer(), copperLayerCount ) ); + SetLayerSet( FlipLayerMask( GetLayerSet(), copperLayerCount ) ); }