Cut the width of the lines for the visual features in half

This commit is contained in:
Thomas Goyne 2014-04-16 10:27:30 -07:00
parent 18d9a43edb
commit ecdf7c4fc3
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void VisualTool<FeatureType>::OnMouseEvent(wxMouseEvent &event) {
template<class FeatureType>
void VisualTool<FeatureType>::DrawAllFeatures() {
gl.SetLineColour(colour[0], 1.0f, 2);
gl.SetLineColour(colour[0], 1.0f, 1);
for (auto& feature : features) {
int fill = 1;
if (&feature == active_feature)