diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index c2b143b..8e7faf3 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -544,6 +544,7 @@ class Frame(wx.Frame): ses.Session().surface_interpolation = values[const.SURFACE_INTERPOLATION] ses.Session().language = values[const.LANGUAGE] ses.Session().slice_interpolation = values[const.SLICE_INTERPOLATION] + ses.Session().WriteSessionFile() Publisher.sendMessage('Remove Volume') Publisher.sendMessage('Reset Reaycasting') -- libgit2 0.21.2