Skip to content

Commit f7f8d7e

Browse files
DelazJm-kuhn
authored andcommitted
Restore "Add result to canvas" option as default
fixes #13647
1 parent 457c76d commit f7f8d7e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

python/plugins/fTools/tools/frmPointsInPolygon.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
<property name="text">
9090
<string>Add result to canvas</string>
9191
</property>
92+
<property name="checked">
93+
<bool>true</bool>
94+
</property>
9295
</widget>
9396
</item>
9497
<item row="22" column="0">

python/plugins/fTools/tools/frmVectorGrid.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@
369369
<property name="text">
370370
<string>Add result to canvas</string>
371371
</property>
372+
<property name="checked">
373+
<bool>true</bool>
374+
</property>
372375
</widget>
373376
</item>
374377
<item row="6" column="0">

0 commit comments

Comments
 (0)