fixing rgba_control
This commit is contained in:
parent
408a7246d9
commit
6631af7e4d
|
@ -243,7 +243,7 @@ class Terminator:
|
||||||
# Set RGBA colormap if possible so VTE can use real alpha
|
# Set RGBA colormap if possible so VTE can use real alpha
|
||||||
# channels for transparency.
|
# channels for transparency.
|
||||||
if self.conf.enable_real_transparency:
|
if self.conf.enable_real_transparency:
|
||||||
self.rgba_control(True)
|
self.enable_rgba(True)
|
||||||
|
|
||||||
# Start out with just one terminal
|
# Start out with just one terminal
|
||||||
# FIXME: This should be really be decided from some kind of profile
|
# FIXME: This should be really be decided from some kind of profile
|
||||||
|
|
Loading…
Reference in New Issue