This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Models/PlotStyles.py b/Models/PlotStyles.py | |
| index 19cdf96..2cda4a7 100644 | |
| --- a/Models/PlotStyles.py | |
| +++ b/Models/PlotStyles.py | |
| @@ -45,7 +45,11 @@ StyleAttributeTypes = dict(symbol_size=int,symbol_linewidth=int,label_size=int); | |
| # list of known colors | |
| ColorList = [ "black","blue","lightblue","green","lightgreen","cyan","red","orange red","purple","magenta","yellow","white" ]; | |
| DefaultColor = "black"; | |
| -QColor.setAllowX11ColorNames(True); | |
| +# Ignore this (non-existent) attribute on non-X11 platforms like the Mac |
NewerOlder