diff --git a/js/ui/chrome.js b/js/ui/chrome.js index 8a962425f..59e541575 100644 --- a/js/ui/chrome.js +++ b/js/ui/chrome.js @@ -231,7 +231,8 @@ Chrome.prototype = { _queueUpdateRegions: function() { if (!this._updateRegionIdle) - this._updateRegionIdle = Mainloop.idle_add(Lang.bind(this, this._updateRegions)); + this._updateRegionIdle = Mainloop.idle_add(Lang.bind(this, this._updateRegions), + Meta.PRIORITY_BEFORE_REDRAW); }, _windowsRestacked: function() {