Commit 2a96ff7d2a3e4b2f39a9e155d9f1e1051ff4236f
1 parent
379a6271
Exists in
master
Writting config file after clicking in OK in preference dialog (closes #124)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/gui/frame.py
... | ... | @@ -544,6 +544,7 @@ class Frame(wx.Frame): |
544 | 544 | ses.Session().surface_interpolation = values[const.SURFACE_INTERPOLATION] |
545 | 545 | ses.Session().language = values[const.LANGUAGE] |
546 | 546 | ses.Session().slice_interpolation = values[const.SLICE_INTERPOLATION] |
547 | + ses.Session().WriteSessionFile() | |
547 | 548 | |
548 | 549 | Publisher.sendMessage('Remove Volume') |
549 | 550 | Publisher.sendMessage('Reset Reaycasting') | ... | ... |