399 |
color1 = self.prop1.GetLineColor() |
color1 = self.prop1.GetLineColor() |
400 |
color2 = self.prop2.GetLineColor() |
color2 = self.prop2.GetLineColor() |
401 |
|
|
402 |
self.__SetProperty(color1, color2, index, newProps.SetLineColor) |
self.__SetProperty(self.prop1.GetLineColor(), |
403 |
self.__SetProperty(color1, color2, index, newProps.SetFill) |
self.prop2.GetLineColor(), |
404 |
|
index, newProps.SetLineColor) |
405 |
|
self.__SetProperty(self.prop1.GetFill(), self.prop2.GetFill(), |
406 |
|
index, newProps.SetFill) |
407 |
|
|
408 |
w = (self.prop2.GetLineWidth() - self.prop1.GetLineWidth()) \ |
w = (self.prop2.GetLineWidth() - self.prop1.GetLineWidth()) \ |
409 |
* index \ |
* index \ |