Commit 0bab982
committed
unneeded argument in get_linestyle
The argument 'style' in get_linestyle of GraphicsContextBase is
unnecessary and blocks any future attempt to make a property by doing
linestyle = property(get_linestyle, set_linestyle)
Also made GraphicsContextBase to inherit from object which is necessary
for any future 'propertyfication'1 parent b37476b commit 0bab982
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
| 742 | + | |
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
863 | | - | |
| 863 | + | |
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
| |||
0 commit comments