()
| 1166 | } |
| 1167 | |
| 1168 | function draw() { |
| 1169 | if (affixon()) drawvisible(); |
| 1170 | else { |
| 1171 | drawgrouplines(currentgroup.commandselector); |
| 1172 | } |
| 1173 | } |
| 1174 | |
| 1175 | function setTheme(theme) { |
| 1176 | log('setting theme to', theme); |
nothing calls this directly
no test coverage detected