Browse Source

Fix debug flag that shouldn't have been merged.

pull/16/head
Jeff Young 5 years ago
parent
commit
524603de14
  1. 2
      pcbnew/zone_filler.h

2
pcbnew/zone_filler.h

@ -47,7 +47,7 @@ public:
bool Fill( std::vector<ZONE_CONTAINER*>& aZones, bool aCheck = false,
wxWindow* aParent = nullptr );
static const bool s_DumpZonesWhenFilling = true;
static const bool s_DumpZonesWhenFilling = false;
private:

Loading…
Cancel
Save