[SSE] Fix update statusbar when resizing
This commit is contained in:
parent
6ba6af16cb
commit
0d36fe7e91
|
@ -232,6 +232,8 @@ define([
|
|||
},
|
||||
|
||||
onWindowResize: function(area) {
|
||||
this.statusbar.updateVisibleItemsBoxMath();
|
||||
this.statusbar.updateTabbarBorders();
|
||||
this.statusbar.onTabInvisible(undefined, this.statusbar.tabbar.checkInvisible(true));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue