Issue on Windows 10 on Pd 0.47.1
Steps to reproduce: Create a new file, make a subpatch and maximise the subpatch window, close the window and reopen the subpatch. It is now effectively hidden since the window x y position has moved way off screen. The line in the .pd save file looks like this:
#N canvas 3828 1025 1920 997 test 0;
but should be
#N canvas 0 50 1920 997 test 0;
It's easy enough to fix with text editor but still a fairly annoying glitch.
Anonymous
Diff:
confirmed on
Win-7.however, on Linux (Debian/sid with tcl/tk 8.6) this is not a problem.