mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
GAL_API::VIEW::VIEW_MAX_LAYERS: increase value from 512 to 1024.
It was needed by the commit 78f83b5a
that added GAL layers to the list.
This commit is contained in:
parent
3414706925
commit
cb70079f86
@ -739,7 +739,7 @@ public:
|
||||
std::unique_ptr<VIEW> DataReference() const;
|
||||
|
||||
///< Maximum number of layers that may be shown
|
||||
static constexpr int VIEW_MAX_LAYERS = 512;
|
||||
static constexpr int VIEW_MAX_LAYERS = 1024;//512;
|
||||
|
||||
///< Rendering order modifier for layers that are marked as top layers.
|
||||
static constexpr int TOP_LAYER_MODIFIER = -VIEW_MAX_LAYERS;
|
||||
|
Loading…
Reference in New Issue
Block a user