diff options
Diffstat (limited to 'js/components/toolbar.reel/toolbar.js')
-rw-r--r-- | js/components/toolbar.reel/toolbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/toolbar.reel/toolbar.js b/js/components/toolbar.reel/toolbar.js index bc3cbd08..8f93aa2b 100644 --- a/js/components/toolbar.reel/toolbar.js +++ b/js/components/toolbar.reel/toolbar.js | |||
@@ -20,7 +20,7 @@ exports.Toolbar = Montage.create(Component, { | |||
20 | }, | 20 | }, |
21 | set: function(btns) { | 21 | set: function(btns) { |
22 | this._buttons = btns; | 22 | this._buttons = btns; |
23 | this._needsButtonProperties = true; | 23 | this._needsButtonProperties = this.needsDraw = true;; |
24 | } | 24 | } |
25 | }, | 25 | }, |
26 | 26 | ||