summaryrefslogtreecommitdiffstats
path: root/src/extension/param/notebook.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-02-11 20:55:19 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-02-11 20:55:19 +0000
commit0dc3e9ec72db77e707135e42023bfb2d8e04bcbd (patch)
tree5230f28c4bdbbab730d8cd884ca2d5dcb872be4c /src/extension/param/notebook.cpp
parentFix a critical warning on convert to paths https://bugs.launchpad.net/inkscap... (diff)
downloadinkscape-0dc3e9ec72db77e707135e42023bfb2d8e04bcbd.tar.gz
inkscape-0dc3e9ec72db77e707135e42023bfb2d8e04bcbd.zip
Fix and improve window sizing and positioning behavior when opening new documents
* The option "Remember and use last window's geometry" often had no effect. * When setting "Default window size" to "Large" the functions gdk_screen_width() / gdk_screen_height() were used to derive the size of the Inkscape window. However those functions return the combined screen size of all attached monitors resulting in window sizes that were too large. Now the size of the primary display is used. * In many cases the Inkscape window was moved to the top left corner of the combined screen area (which could be on a different monitor at best and outside of the visible screen area at worst). Inkscape should always spawn on the primary monitor now when not restoring the previous position. Fixed bugs: - https://launchpad.net/bugs/1190828 - https://launchpad.net/bugs/195683 - https://launchpad.net/bugs/568867 - https://launchpad.net/bugs/1654464 (bzr r15507)
Diffstat (limited to 'src/extension/param/notebook.cpp')
0 files changed, 0 insertions, 0 deletions