Patches item #3589133, was opened at 2012-11-22 04:18 Message generated for change (Settings changed) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3589133...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None
Status: Open
Resolution: Fixed Priority: 5 Private: No Submitted By: Jamie Bullock (postlude) Assigned to: Miller Puckette (millerpuckette) Summary: Patcher windows always open on "primary" monitor
Initial Comment: Pd version tested with: 0.43.3 Vanilla
Steps to reproduce:
- connect a second monitor - open Pd - create a new patch and move it to the second monitor - create a subpatch
Expected behaviour:
- the subpatch window opens on the same monitor as the parent patch
Actual behaviour:
- the subpatch window opens on the primary monitor
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2012-12-14 18:36
Message: The code was just always placing the new subpatch windows in the top left corner of the main screen. I did two things in Pd-extended:
1. made the window placement logic aware of the full desktop size, not just the main screen http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended....
2. made the window of new subpatches open near where the object was placed. http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended....
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3589133...