Skip to content

Commit 5de8e34

Browse files
committed
qtplasmac: conversational origin
use relative instead of absolute position for origin
1 parent f1a7690 commit 5de8e34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/python/qtvcp/lib/qtplasmac/conversational.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def conv_setup(P, W):
8080
conv_enable_tabs(P, W)
8181
else:
8282
conv_new_pressed(P, W, None)
83-
P.xOrigin = STATUS.get_position()[0][0]
84-
P.yOrigin = STATUS.get_position()[0][1]
83+
P.xOrigin = STATUS.get_position()[1][0]
84+
P.yOrigin = STATUS.get_position()[1][1]
8585
P.xSaved = '0.000'
8686
P.ySaved = '0.000'
8787
P.convBlock = [False, False]

0 commit comments

Comments
 (0)