diff options
author | Eric Guzman | 2012-05-21 09:30:24 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-21 09:30:24 -0700 |
commit | a8e97144c832e355de7f8177ce38644119248e87 (patch) | |
tree | 14d7c03648347019b34c37f789c48d5554d77f1e /js/components/toolbar.reel/toolbar.js | |
parent | 84097be9d7dd3403a0ac12f8c039d3ffc5281cfc (diff) | |
download | ninja-a8e97144c832e355de7f8177ce38644119248e87.tar.gz |
Style sheets view - Fixed drawing of toolbar and "no sheets" message
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 | ||