Raise the clone when re-ordering windows

This commit is contained in:
Tor Hedin Brønner 2018-04-20 00:53:12 +02:00
parent 04ea63d22b
commit fcbdd30ca5

View File

@ -104,6 +104,8 @@ var PreviewedWindowNavigator = new Lang.Class({
swapArray(this.space, index, targetIndex);
let metaWindow = this.space[targetIndex];
metaWindow.clone.raise_top();
let newX = Tiling.ensureViewport(metaWindow, this.space, true);
this._selectedIndex = targetIndex;