Bug fix: indexFromSetName on invisible sets (#771)
authorSteve Jones <steve@squaregoldfish.co.uk>
Fri, 26 Aug 2016 15:48:09 +0000 (17:48 +0200)
committerDan Vanderkam <danvdk@gmail.com>
Fri, 26 Aug 2016 15:48:09 +0000 (11:48 -0400)
* indexFromSetName works with trailing invisible sets

If the last set(s) have their visibility set to false, their names
would not be added to `setIndexByName_`, so `indexFromSetName` would
not be able to find them. This fixes that problem.

* Corrected test.

* Properly clone graph options


No differences found