diff options
author | Jose Antonio Marquez | 2012-07-20 09:52:03 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-20 09:52:03 -0700 |
commit | 5d82978e9a0e0daf7c457ff87be95a3b4301999e (patch) | |
tree | 906f908fef755b8e0f57ab7a0d9ce348c398958b /js/panels/Splitter.js | |
parent | a8b7648d2c1305eb068d42ebde9b042ee6de72ab (diff) | |
parent | 9053e2037821a5c8405fabb74db9635deacfe8d5 (diff) | |
download | ninja-5d82978e9a0e0daf7c457ff87be95a3b4301999e.tar.gz |
Merge branch 'refs/heads/Ninja-Master' into Document
Diffstat (limited to 'js/panels/Splitter.js')
-rwxr-xr-x | js/panels/Splitter.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/panels/Splitter.js b/js/panels/Splitter.js index 39e51901..0e7a4e68 100755 --- a/js/panels/Splitter.js +++ b/js/panels/Splitter.js | |||
@@ -111,6 +111,8 @@ exports.Splitter = Montage.create(Component, { | |||
111 | else this.panel.classList.remove("collapsed"); | 111 | else this.panel.classList.remove("collapsed"); |
112 | this.element.classList.remove("collapsed"); | 112 | this.element.classList.remove("collapsed"); |
113 | if(this._resizeBar != null) this.resizeBar.classList.remove("collapsed"); | 113 | if(this._resizeBar != null) this.resizeBar.classList.remove("collapsed"); |
114 | // webkitTransitionEnd is not fired when expanded, so force draw here. | ||
115 | this.application.ninja.stage.resizeCanvases = true; | ||
114 | } | 116 | } |
115 | } | 117 | } |
116 | }, | 118 | }, |