aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-05-21 02:53:47 +0000
committernyamatongwe <devnull@localhost>2006-05-21 02:53:47 +0000
commit8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b (patch)
tree15abb4e7ae94e7d22cb4fd18e1fced5683c14c65 /src/ViewStyle.cxx
parentd36b56fea83ecfefb4e7bdeefed3829afd27bd05 (diff)
downloadscintilla-mirror-8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b.tar.gz
Added translucency for selection and markers.
Diffstat (limited to 'src/ViewStyle.cxx')
-rw-r--r--src/ViewStyle.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx
index f221af193..930427bb8 100644
--- a/src/ViewStyle.cxx
+++ b/src/ViewStyle.cxx
@@ -73,6 +73,7 @@ ViewStyle::ViewStyle(const ViewStyle &source) {
selbackset = source.selbackset;
selbackground.desired = source.selbackground.desired;
selbackground2.desired = source.selbackground2.desired;
+ selAlpha = source.selAlpha;
foldmarginColourSet = source.foldmarginColourSet;
foldmarginColour.desired = source.foldmarginColour.desired;
@@ -141,6 +142,7 @@ void ViewStyle::Init() {
selbackset = true;
selbackground.desired = ColourDesired(0xc0, 0xc0, 0xc0);
selbackground2.desired = ColourDesired(0xb0, 0xb0, 0xb0);
+ selAlpha = SC_ALPHA_NOALPHA;
foldmarginColourSet = false;
foldmarginColour.desired = ColourDesired(0xff, 0, 0);