indent right
This commit is contained in:
parent
d0c90fcc60
commit
6d1c4110b6
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ def _find(screen, state):
|
|||
def place(data):
|
||||
global _data
|
||||
if data.client:
|
||||
if not (windowplacement.ignore_requested_positions and
|
||||
data.client.normal()):
|
||||
if not (windowplacement.ignore_requested_positions and
|
||||
data.client.normal()):
|
||||
if data.client.positionRequested(): return
|
||||
state = _create_state(data)
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue