mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 11:39:44 +00:00
refined selection related user settings
This commit is contained in:
parent
62047b1868
commit
d597bef2cd
1 changed files with 3 additions and 2 deletions
|
@ -399,11 +399,12 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
|||
secondaryEditing->setDeclaredValues (values);
|
||||
secondaryEditing->setDefaultValue (cRight);
|
||||
|
||||
values << "Context Sensitive";
|
||||
|
||||
Setting *selection = createSetting (Type_ComboBox, "select", "Selection Button");
|
||||
selection->setDeclaredValues (values);
|
||||
selection->setDefaultValue (middle);
|
||||
|
||||
Setting *contextSensitive = createSetting (Type_CheckBox, "context-select", "Context Sensitive Selection");
|
||||
contextSensitive->setDefaultValue ("false");
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue