Arch: added a pref option to disable snapping to the base object (restores normal snapping for arch objects)

This commit is contained in:
Yorik van Havre 2014-02-11 11:17:39 -02:00
parent f8e49be141
commit 43a665451d
2 changed files with 32 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -507,6 +507,35 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Snapping</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_6">
<property name="text">
<string>Snap to baselines of Arch objects instead of whole objects (override with CTRL)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>ArchSnapToBase</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Arch</cstring>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">