just a comment fix
This commit is contained in:
parent
9223bfdd67
commit
a0c28724cc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def _do_move():
|
||||||
f=0
|
f=0
|
||||||
else:
|
else:
|
||||||
print "moving " + str(x) + " " + str(y)
|
print "moving " + str(x) + " " + str(y)
|
||||||
_client.move(x, y, 1) # move the frame to the position
|
_client.move(x, y, 1) # move the *frame*
|
||||||
|
|
||||||
global move_popup
|
global move_popup
|
||||||
if move_popup:
|
if move_popup:
|
||||||
|
|
Loading…
Reference in a new issue