Skip to content

Commit 2055950

Browse files
committedAug 25, 2014
Merge pull request #1552 from DelazJ/SaveAsDialog
Put by default to on the "Add layer to map canvas" option when saving new file (issue #6642)
2 parents f1aafe0 + 6cfb6e6 commit 2055950

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/ui/qgsvectorlayersaveasdialogbase.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@
150150
<property name="text">
151151
<string>Add saved file to map</string>
152152
</property>
153-
</widget>
153+
<property name="checked">
154+
<bool>true</bool>
155+
</property>
156+
</widget>
154157
</item>
155158
<item>
156159
<layout class="QHBoxLayout" name="horizontalLayout_2">

0 commit comments

Comments
 (0)
Please sign in to comment.