mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-03-03 21:22:45 +00:00
Raise the clone when re-ordering windows
This commit is contained in:
parent
04ea63d22b
commit
fcbdd30ca5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user