Comment 8 for bug 195683

Revision history for this message
Patrick Storz (ede123) wrote :

I was just working on the relevant code, see r15507
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15507

I'm positive that the issue described in comment #5 is fixed (window is certainly not moved to the top left corner of the screen anymore which was caused by a different error).

Regarding the issue reported initially:
* I can't find the the code "w>0 && h>0 && x>0 && y>0" or anything similar in sp-namedview.cpp anymore. What Inkscape does is to check whether the window would be visible at all when restoring the previous location and only then move it.
* If "Remember and use last window's geometry" is selected in options the Window will be moved so that it does not extend beyond the visible screen area. That's true, but that's "by design".