dialog-apply only applies (use dialog-update if you want to update)
This commit is contained in:
parent
c5c5411d07
commit
18a342b624
1 changed files with 0 additions and 2 deletions
|
@ -1125,10 +1125,8 @@ do_dialog_apply (const SGPropertyNode * arg)
|
|||
if (arg->hasValue("object-name")) {
|
||||
const char * name = arg->getStringValue("object-name");
|
||||
dialog->applyValue(name);
|
||||
dialog->updateValue(name);
|
||||
} else {
|
||||
dialog->applyValues();
|
||||
dialog->updateValues();
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue