forked from mia/Aegisub
Cut the opacity of the vector clip tool's lines a bit
This commit is contained in:
parent
1dbe7dd5f9
commit
0f731bcf13
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void VisualToolVectorClip::Draw() {
|
||||||
assert(!start.empty());
|
assert(!start.empty());
|
||||||
assert(!count.empty());
|
assert(!count.empty());
|
||||||
|
|
||||||
gl.SetLineColour(colour[3], 1.f, 2);
|
gl.SetLineColour(colour[3], .5f, 2);
|
||||||
gl.SetFillColour(wxColour(0, 0, 0), 0.5f);
|
gl.SetFillColour(wxColour(0, 0, 0), 0.5f);
|
||||||
|
|
||||||
// draw the shade over clipped out areas and line showing the clip
|
// draw the shade over clipped out areas and line showing the clip
|
||||||
|
|
Loading…
Reference in a new issue