Make add-model button non-selectable

This commit is contained in:
Ryan Huffman 2015-02-17 08:23:11 -08:00
parent ac93f86522
commit d1f7a730ad

View file

@ -127,7 +127,7 @@ var toolBar = (function () {
height: toolHeight,
alpha: 0.9,
visible: true
}, true, false);
});
browseModelsButton = toolBar.addTool({
imageURL: toolIconUrl + "list-icon.svg",