Cut the width of the lines for the visual features in half
This commit is contained in:
parent
18d9a43edb
commit
ecdf7c4fc3
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ void VisualTool<FeatureType>::OnMouseEvent(wxMouseEvent &event) {
|
||||||
|
|
||||||
template<class FeatureType>
|
template<class FeatureType>
|
||||||
void VisualTool<FeatureType>::DrawAllFeatures() {
|
void VisualTool<FeatureType>::DrawAllFeatures() {
|
||||||
gl.SetLineColour(colour[0], 1.0f, 2);
|
gl.SetLineColour(colour[0], 1.0f, 1);
|
||||||
for (auto& feature : features) {
|
for (auto& feature : features) {
|
||||||
int fill = 1;
|
int fill = 1;
|
||||||
if (&feature == active_feature)
|
if (&feature == active_feature)
|
||||||
|
|
Loading…
Reference in a new issue