Graphite
Graphite copied to clipboard
When text is modified in the Properties panel, it shifts around
Editing the text in the properties panel causes the position of the text in the document to shift (we need to update the position when the text changes, as the position is relative to the centre of the text). This only happens if the text has a scale other than 1x1 in X and Y.
Is this still relevant? I'm failing to reproduce this (or don't understand what the bug exactly is).
@milan-sedivy Here is a screen capture of the bug. The left side of the text should not move but does. text_shift.webm
@0HyperCube just checking, do you expect this would cause any conflicts with your changes in #1589?
This is to do with the transform pivot so so will conflict with #1558.
Gotcha, I think that's acceptable if they conflict since it shouldn't be too big of a change.
https://github.com/GraphiteEditor/Graphite/pull/1558 fixes this issue.
Oh, in that case I'll mark it so it closes this.