Remove the real transparency change handler, it won't work while the window is realised, and unrealising it effectively destroys it, so this looks like the only setting that will actually hard-require a restart

This commit is contained in:
Chris Jones 2008-11-16 17:54:40 +00:00
parent 68529502e7
commit 4f6d3d8ec7
1 changed files with 0 additions and 4 deletions

View File

@ -274,10 +274,6 @@ class ProfileEditor:
self.term.maximize()
else:
self.term.unmaximize()
elif changer == "enable_real_transparency":
#self.term.enable_rgba(values[changer])
# FIXME: This breaks if the window is realised
pass
elif changer == "borderless":
self.term.window.set_decorated (not values[changer])
elif changer == "handle_size":