From ca138b8e92fdea7360e749beabcdcbca7b364bf5 Mon Sep 17 00:00:00 2001 From: "tomasz." Date: Fri, 2 Aug 2013 16:49:07 +0200 Subject: [PATCH] Increased number of layers in the view (for overlay objects) --- include/layers_id_colors_and_visibility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/layers_id_colors_and_visibility.h b/include/layers_id_colors_and_visibility.h index 2c8f2d079a..51b85d3a2b 100644 --- a/include/layers_id_colors_and_visibility.h +++ b/include/layers_id_colors_and_visibility.h @@ -250,7 +250,7 @@ enum PCB_VISIBLE #define ITEM_GAL_LAYER(layer) (NB_LAYERS + layer) /// number of *all* layers including PCB and item layers -#define TOTAL_LAYER_COUNT (NB_LAYERS + END_PCB_VISIBLE_LIST) +#define TOTAL_LAYER_COUNT 128 //(NB_LAYERS + END_PCB_VISIBLE_LIST) /// Rendering order of layers on GAL-based canvas (lower index in the array /// means that layer is displayed closer to the user, ie. on the top).