Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions line.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def transparency_settings(self):
from .gutter_color import current_directory
# transparency settings
use_transparency = self.settings.get("use_transparency")
background_path = None
if use_transparency == True:
background_path = os.path.join(current_directory(True),"transparency_circle_mid.png")
elif use_transparency in ("light", "mid"):
Expand Down