* More WIP on FSE

* Fix issue with events captured in VC when setFocus() toggle
This commit is contained in:
Bryan Ashby 2015-07-11 20:12:07 -06:00
parent aab07bb330
commit 1bb997133f
5 changed files with 26 additions and 51 deletions

View file

@ -27,7 +27,7 @@ function HorizontalMenuView(options) {
this.getSpacer = function() {
return new Array(self.itemSpacing + 1).join(' ');
}
};
this.performAutoScale = function() {
if(self.autoScale.width) {