diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-01 19:19:22 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-01 19:19:22 +0000 |
| commit | c3a73643b3525f428c1698603c5cd428b5cd04c3 (patch) | |
| tree | 118998ce998b93e05a171c19deceb27bd47ae72c /src/file-update.cpp | |
| parent | Working bspline, to fine tune (diff) | |
| parent | Add a warning dialog for previous commit (diff) | |
| download | inkscape-c3a73643b3525f428c1698603c5cd428b5cd04c3.tar.gz inkscape-c3a73643b3525f428c1698603c5cd428b5cd04c3.zip | |
Merge branch 'master' into PowerStrokeSmooth
Diffstat (limited to 'src/file-update.cpp')
| -rw-r--r-- | src/file-update.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file-update.cpp b/src/file-update.cpp index 303a5c4f1..1d95b5d4c 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -318,6 +318,7 @@ void sp_file_convert_dpi(SPDocument *doc) bool backup = prefs->getBool("/options/dpifixbackup", true); if (INKSCAPE.use_gui() && sp_file_convert_dpi_method_commandline == -1) { Gtk::Dialog scale_dialog(_("Convert legacy Inkscape file")); + scale_dialog.set_transient_for( *(INKSCAPE.active_desktop()->getToplevel()) ); scale_dialog.set_border_width(10); scale_dialog.set_resizable(false); Gtk::Label explanation; |
