Skip to content
Snippets Groups Projects
Commit a4c7f165 authored by jsiegle's avatar jsiegle
Browse files

Add repaint() call after inverting spikes

parent 1d389708
Branches
Tags v0.2.8
No related merge requests found
......@@ -358,6 +358,7 @@ public:
void invertSpikes(bool shouldInvert)
{
spikesInverted = shouldInvert;
repaint();
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment