mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
Bonus track: 'visibility follows selection'
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
lay::ColorConverter cc;
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_default_lyp_file, ""));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_default_add_other_layers, "false"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_layer_visibility_follows_selection, "false"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_layers_always_show_source, "false"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_layers_always_show_ld, "true"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_layers_always_show_layout_index, "false"));
|
||||
|
||||
@@ -117,6 +117,7 @@ static const std::string cfg_drop_small_cells_value ("drop-small-cells-value");
|
||||
static const std::string cfg_array_border_instances ("draw-array-border-instances");
|
||||
static const std::string cfg_default_lyp_file ("default-layer-properties");
|
||||
static const std::string cfg_default_add_other_layers ("default-add-other-layers");
|
||||
static const std::string cfg_layer_visibility_follows_selection ("layer-visibility-follows-selection");
|
||||
static const std::string cfg_layers_always_show_source ("layers-always-show-source");
|
||||
static const std::string cfg_layers_always_show_ld ("layers-always-show-ld");
|
||||
static const std::string cfg_layers_always_show_layout_index ("layers-always-show-layout-index");
|
||||
|
||||
Reference in New Issue
Block a user