Bug in choosing the active monitor when doing a move/resize
This commit is contained in:
parent
ade3b4dd69
commit
10d99cc5e9
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ Rect* screen_physical_area_active(void)
|
|||
gint x, y;
|
||||
|
||||
if (moveresize_client)
|
||||
a = screen_physical_area_monitor(client_monitor(focus_client));
|
||||
a = screen_physical_area_monitor(client_monitor(moveresize_client));
|
||||
else if (focus_client)
|
||||
a = screen_physical_area_monitor(client_monitor(focus_client));
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue