diff options
author | nyamatongwe <unknown> | 2002-10-02 04:41:30 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-10-02 04:41:30 +0000 |
commit | 85c8267b67e9c7bdf49916db228ed84b7b1d4904 (patch) | |
tree | acdd6e2db1ed40e7e7883f30ed2fff6d78fa50b0 /src | |
parent | 3ce653c5dca296d9280a1a6f60a5d53423ac5fe2 (diff) | |
download | scintilla-mirror-85c8267b67e9c7bdf49916db228ed84b7b1d4904.tar.gz |
Fixed bad colour reading from XPM.
Diffstat (limited to 'src')
-rw-r--r-- | src/LineMarker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index b2a49991d..16be7436a 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -66,7 +66,6 @@ void XPM::Init(const char * const *linesForm) { codes[c] = colourDef[0]; colourDef += 4; if (*colourDef == '#') { - colourDef++; colours[c].desired = ColourFromString(colourDef); } else { colours[c].desired = ColourDesired(0xff, 0xff, 0xff); |