We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following errors with use_transparency set to false.
use_transparency
false
Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 530, in on_activated_async callback.on_activated_async(v) File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/gutter_color.py", line 42, in on_activated_async File(view) File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/file.py", line 12, in __init__ self.scan() File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/file.py", line 26, in scan line.add_region() File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 272, in add_region self.create_icon() File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 325, in create_icon (use_transparency, background_path) = self.transparency_settings() File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 297, in transparency_settings return (use_transparency, background_path) UnboundLocalError: local variable 'background_path' referenced before assignment
The text was updated successfully, but these errors were encountered:
Add local 'background_path' variable
87c9fc4
closes ggordan#109
e14067e
Successfully merging a pull request may close this issue.
I'm getting the following errors with
use_transparency
set tofalse
.The text was updated successfully, but these errors were encountered: