mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-07-08 10:00:14 +00:00
Raise the clone when re-ordering windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user