On Don, 2017-02-16 at 16:14 +0100, IOhannes m zmoelnig wrote:
On 2017-02-16 15:18, Roman Haefeli wrote:
Whenever you click the message box, you see the canvas of [pd foo] moving a bit, depending on how "wrong" your values are. 0 0 is certainly wrong for everyone.
since this came up on my radar and i was pointed at http://wiki.tcl.tk/11502, i took the liberty to (hopefully) fix the issue with the moving [vis 0, vis 1( windows.
https://github.com/pure-data/pure-data/pull/44
this fixes the ::windowframe values on X11 by calculating the *actual* values on the fly. afaik this is only a problem on X11, so the fix is only enabled there.
Neat! I am glad we discussed about it! It works for me and it prints the correct values to stderr.
Small culprit: When the menu wraps, the window still moves. Anyway, I'll hope this fix makes it into Pd.
Roman