=== modified file 'share/extensions/prepare_file_save_as.py' (properties changed: -x to +x) === modified file 'share/extensions/prepare_print_win32_vector.py' (properties changed: -x to +x) === modified file 'src/sp-namedview.cpp' --- src/sp-namedview.cpp 2017-03-13 14:22:22 +0000 +++ src/sp-namedview.cpp 2017-03-15 08:45:37 +0000 @@ -816,7 +816,7 @@ w *= NEWDOC_X_SCALE; h *= NEWDOC_Y_SCALE; } else if (default_geometry == 0) { - w = h = 0; // use the smallest possible window size; could be a factor like NEWDOC_X_SCALE in future + w = h = 1; // use the smallest possible window size; could be a factor like NEWDOC_X_SCALE in future } if ((w > 0) && (h > 0)) { #ifndef WIN32