Skip to content

Commit

Permalink
Merge pull request #306 from ales-erjavec/fixes/styles-dirname
Browse files Browse the repository at this point in the history
[FIX] styles: Fix package base path
  • Loading branch information
markotoplak authored Aug 30, 2024
2 parents 834ae0b + 1ed1266 commit 2381b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecanvas/styles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ def process_qss(content: str, base: str):
return stylesheet_string, []
else:
return process_qss(stylesheet_string.decode("utf-8"),
os.path.basename(__file__))
os.path.dirname(__file__))

0 comments on commit 2381b17

Please sign in to comment.