Skip to content
Extraits de code Groupes Projets
Valider 0f731bcf rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Cut the opacity of the vector clip tool's lines a bit

parent 1dbe7dd5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -101,7 +101,7 @@ void VisualToolVectorClip::Draw() {
assert(!start.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);
// draw the shade over clipped out areas and line showing the clip
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter