This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
CR changes
pull/407/head
Dan Aharon-Shalom
3 years ago
parent
62a2441401
commit
676db8edff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
View File
@@ -234,7 +234,7 @@ class Cluster:
self.label = label
self.name = "cluster_" + self.label
if not self._icon:
self.icon = icon
self.
_
icon = icon
if not self._icon_size:
self._icon_size = icon_size
Write
Preview
Loading…
Cancel
Save