Fix UI controls AFTER detecting a layout change
This commit is contained in:
parent
bfb123eec7
commit
d8c758056f
|
@ -148,7 +148,6 @@
|
|||
*/
|
||||
onWindowResize: function (event) {
|
||||
var self = event.data.self;
|
||||
self.fixControls();
|
||||
|
||||
if (self.layoutHasBeenChanged()) {
|
||||
self.icinga.logger.info(
|
||||
|
@ -156,6 +155,7 @@
|
|||
self.currentLayout
|
||||
);
|
||||
}
|
||||
self.fixControls();
|
||||
self.refreshDebug();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue