Skip to content

Commit 4a5ea8e

Browse files
committed
Use posix path also on windows for stylesheet
Relates: #163
1 parent 0e49ce1 commit 4a5ea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelCloud/view/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __init__(self, control: "Controller") -> None:
131131
Path(__file__)
132132
.resolve()
133133
.parent.parent.joinpath("resources")
134-
.joinpath("icons")
134+
.joinpath("icons").as_posix()
135135
)
136136
)
137137
)

0 commit comments

Comments
 (0)