Skip to content

Commit

Permalink
fix 81bbbd1 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Dec 31, 2023
1 parent 62b76b2 commit af9a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/DoubleSlider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ void Control::draw_ruler(wxDC& dc)
break;
// short ticks from the last tick to the end of current sequence
//note: first sequence can be empty.
if(!std::isnan(short_tick));
if(!std::isnan(short_tick))
draw_short_ticks(dc, short_tick, tick);
if (sequence < m_ruler.count() - 1) sequence++;
}
Expand Down

0 comments on commit af9a6c2

Please sign in to comment.