Skip to content

Commit 2bf4849

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
modified comment
1 parent 8eeef11 commit 2bf4849

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/qt-guilib/DrawInteractorStyle.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void DrawInteractorStyle::OnLeftButtonUp() {
124124
pinWidgets_.push_back(pinWidget); // pinWidget should persist
125125
pinRepresentations_.push_back(pin); // pin representation should persist
126126

127-
// Render the pin
127+
// Render the pins
128128
Interactor->GetRenderWindow()->Render();
129129

130130
if (userPath_.size() != 2) {
@@ -191,7 +191,6 @@ void DrawInteractorStyle::computeElevationProfile(double *p1,
191191
profileCutter_->Update();
192192

193193
// Clip the infinite intersection line outside the segment [p1, p2] ---
194-
195194
// Compute the axis direction along p1->p2
196195
double dx = p2[0] - p1[0];
197196
double dy = p2[1] - p1[1];

0 commit comments

Comments
 (0)