Skip to content
Snippets Groups Projects

Feature: Allow setting line width for vector vis.

Merged Martin Heistermann requested to merge feature/line-width into master
6 files
+ 53
16
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -71,6 +71,8 @@ OMPropertyVisualizerVector2<MeshT, VectorType>::OMPropertyVisualizerVector2(Mesh
{
w->vectors_edges_rb->hide();
}
this->connect(w->lineWidth, QOverload<double>::of(&QDoubleSpinBox::valueChanged),
[this](double value) {lineNode->set_line_width(value);});
}
template <typename MeshT, typename VectorType>
Loading