Skip to content

Commit

Permalink
Restore "Add result to canvas" option as default
Browse files Browse the repository at this point in the history
fixes #13647
  • Loading branch information
DelazJ authored and m-kuhn committed Oct 22, 2015
1 parent 457c76d commit f7f8d7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmPointsInPolygon.ui
Expand Up @@ -89,6 +89,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="22" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmVectorGrid.ui
Expand Up @@ -369,6 +369,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
Expand Down

0 comments on commit f7f8d7e

Please sign in to comment.