+ fix wrong default of ContinueMode in settings panel

This commit is contained in:
wmayer 2015-05-30 20:42:33 +02:00
parent eef340f19c
commit 351e7aae6f

View File

@ -40,7 +40,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of edges being edited</string> <string>The color of edges being edited</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>255</green> <green>255</green>
@ -73,7 +73,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of vertices being edited</string> <string>The color of vertices being edited</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>255</green> <green>255</green>
@ -106,7 +106,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of edges being edited</string> <string>The color of edges being edited</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>255</green> <green>255</green>
@ -139,7 +139,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of vertices being edited</string> <string>The color of vertices being edited</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>38</green> <green>38</green>
@ -172,7 +172,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of fully constrained geometry in edit mode</string> <string>The color of fully constrained geometry in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>38</green> <green>38</green>
@ -192,7 +192,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of construction geometry in edit mode</string> <string>The color of construction geometry in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>0</red> <red>0</red>
<green>0</green> <green>0</green>
@ -225,7 +225,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of external geometry in edit mode</string> <string>The color of external geometry in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>204</red> <red>204</red>
<green>51</green> <green>51</green>
@ -271,7 +271,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of fully constrained geometry in edit mode</string> <string>The color of fully constrained geometry in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>0</red> <red>0</red>
<green>255</green> <green>255</green>
@ -397,7 +397,7 @@
</item> </item>
<item row="13" column="1"> <item row="13" column="1">
<widget class="Gui::PrefColorButton" name="CursorTextColor"> <widget class="Gui::PrefColorButton" name="CursorTextColor">
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>0</red> <red>0</red>
<green>0</green> <green>0</green>
@ -446,7 +446,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of driving constraints in edit mode</string> <string>The color of driving constraints in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>255</red> <red>255</red>
<green>38</green> <green>38</green>
@ -466,7 +466,7 @@
<property name="toolTip"> <property name="toolTip">
<string>The color of non-driving constrains or dimensions in edit mode</string> <string>The color of non-driving constrains or dimensions in edit mode</string>
</property> </property>
<property name="color" stdset="0"> <property name="color">
<color> <color>
<red>0</red> <red>0</red>
<green>38</green> <green>38</green>
@ -570,6 +570,9 @@
<property name="text"> <property name="text">
<string>Geometry Creation &quot;Continue Mode&quot;</string> <string>Geometry Creation &quot;Continue Mode&quot;</string>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0"> <property name="prefEntry" stdset="0">
<cstring>ContinuousCreationMode</cstring> <cstring>ContinuousCreationMode</cstring>
</property> </property>