4275e302d217370b4eb756d45842f03e1ada9ae1 kate Tue Nov 8 11:50:38 2016 -0800 Changes to colorPatch in tissue table to better distinguish selected tissues: switch to white patch with tissue color border. Also fix to problem with select/deselect of tissues from SVG. refs #17369 diff --git src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c index 520f9c0..285e616 100644 --- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c +++ src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c @@ -121,34 +121,36 @@ puts("
" + printf(" | " " | %s", - tis->color, + isChecked ? "" : "tissueNotSelectedColor", tis->color, + isChecked ? tis->color : 0xFFFFFF, tis->color, isChecked ? "tissueSelected" : "", tis->name, tis->description); + printf("", var, tis->name, isChecked ? "checked" : ""); puts(" | "); col++; if (col > cols-1) { puts("