diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-05-25 20:04:26 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-05-25 20:04:26 +0000 |
| commit | 33a283402ece165f325ebc8c5ff63c9a3ffa51b3 (patch) | |
| tree | 3ca730ee94f1708eb2ec9003bc0872100b944c43 /src/interface.cpp | |
| parent | To speed up fixing things for release the rasterized icons are being removed.... (diff) | |
| download | inkscape-33a283402ece165f325ebc8c5ff63c9a3ffa51b3.tar.gz inkscape-33a283402ece165f325ebc8c5ff63c9a3ffa51b3.zip | |
Also store the window's geometry when saving through the data-loss warning dialog (the one that pops up when Inkscape is being closed with unsaved data)
(bzr r7934)
Diffstat (limited to '')
| -rw-r--r-- | src/interface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index 9901c2d69..d628d964d 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -185,8 +185,6 @@ sp_create_window(SPViewWidget *vw, gboolean editable) if (w>0 && h>0) { x = MIN(gdk_screen_width() - w, x); y = MIN(gdk_screen_height() - h, y); - } - if (w>0 && h>0) { desktop->setWindowSize(w, h); } |
