Draft: Set global copy mode to False by default

This commit is contained in:
Yorik van Havre
2019-07-06 14:05:31 -03:00
parent 4bbee73f8d
commit 122dfd4a62
2 changed files with 3 additions and 3 deletions

View File

@@ -1337,7 +1337,7 @@ class DraftToolBar:
self.isCopy.show()
self.isSubelementMode.show()
p = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Draft")
if p.GetBool("copymode",True):
if p.GetBool("copymode",False):
self.isCopy.setChecked(p.GetBool("copymodeValue",False))
self.continueCmd.show()

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>486</width>
<height>781</height>
<height>808</height>
</rect>
</property>
<property name="windowTitle">
@@ -94,7 +94,7 @@
<string>Global copy mode</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>copymode</cstring>