Skip to content

Commit

Permalink
Fix for 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jul 23, 2020
1 parent 1d517b8 commit fc8de4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/drawinginterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ BeamDrawingInterface::BeamDrawingInterface()
Reset();
}

BeamDrawingInterface::~BeamDrawingInterface() {}
BeamDrawingInterface::~BeamDrawingInterface() {
ClearCoords();
}

void BeamDrawingInterface::Reset()
{
Expand Down

0 comments on commit fc8de4c

Please sign in to comment.