Menu

#1285 Maximising and closing subpatch window moves window off screen

v0.47
open
nobody
None
5
2017-02-16
2017-02-05
Anonymous
No

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.

Discussion

  • IOhannes m zmölnig

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,8 +2,10 @@
    
     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;
    
    +    #N canvas 3828 1025 1920 997 test 0;
    +
     but should be 
    -#N canvas 0 50 1920 997 test 0;
    +
    +    #N canvas 0 50 1920 997 test 0;
    
     It's easy enough to fix with text editor but still a fairly annoying glitch.
    
     
  • IOhannes m zmölnig

    confirmed on Win-7.

    however, on Linux (Debian/sid with tcl/tk 8.6) this is not a problem.

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB