Hello,
on the foreign key editor invoked with "create new foreign key" option on the foreign keys section of the table, when you put the "on delete" and "on update" options they are inverted on the foreign keys list.
Example:
create a new foreign key, and put
"On Delete" = restrict
"On Update" = cascade
and then confirm.
On the foreign key list, now you have
"Update rule" = restrict
"Delete rule" = cascade.
Thanks in advance.
Sergio