Increased number of layers in the view (for overlay objects)

This commit is contained in:
tomasz. 2013-08-02 16:49:07 +02:00
parent 241061025b
commit ca138b8e92
1 changed files with 1 additions and 1 deletions

View File

@ -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).