add noconn symbol type to list of symbols NOT to grey out even if they have *_ignore=true attributes set

This commit is contained in:
stefan schippers 2023-05-10 14:53:49 +02:00
parent 626f2729ce
commit 4308b86744
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ void draw_symbol(int what,int c, int n,int layer,short tmp_flip, short rot,
if(xctx->inst[n].flags & 16) {
char *type = xctx->sym[xctx->inst[n].ptr].type;
if( strcmp(type, "launcher") && strcmp(type, "logo") && strcmp(type, "probe") &&
strcmp(type, "raw_data_show") ) {
strcmp(type, "raw_data_show") && strcmp(type, "noconn")) {
c = GRIDLAYER;
what = NOW;
disabled = 1;